Go to advanced search

by gajendran
Wed May 22, 2019 9:55 am
Forum: General discussion
Topic: Bluetooth file transfer
Replies: 2
Views: 239

Re: Bluetooth file transfer

Bluetooth file transfer
how to send a folder containing many files via Bluetooth using Raspberry Pi 3B+
Note: using QT 5 and above version
by gajendran
Wed May 22, 2019 9:54 am
Forum: General discussion
Topic: Bluetooth file transfer
Replies: 2
Views: 239

Bluetooth file transfer

how to send a folder containing many files via Bluetooth using Raspberry Pi 3B+
by gajendran
Thu May 16, 2019 5:07 am
Forum: General discussion
Topic: Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem
Replies: 6
Views: 818

Re: Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem

we tried system function also but the onscreen keyboard does not come before application fullscreen mode

system("keyboard.sh")
by gajendran
Thu May 16, 2019 4:25 am
Forum: General discussion
Topic: Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem
Replies: 6
Views: 818

Re: Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem

using QProcess to call Keyboard with the following script

Script :-

#!/bin/bash
sudo florence # -s 500x200
by gajendran
Tue May 14, 2019 11:16 am
Forum: General discussion
Topic: Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem
Replies: 6
Views: 818

Virtual Keyboard with QT Application and Raspberry Pi in fullscreen mode problem

I am working with QT 5 on a Raspberry Pi3B+ and Capacitive touch screen. I used the virtual keyboard(matchbox) in my application in fullscreen mode virtual keyboard does not come before the application. It's only running behind my application.
can anyone help me?

Go to advanced search