The Following 15 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-18
, 23:48
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#2
|
The Following 2 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-18
, 23:50
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#3
|
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2011-01-18
, 23:52
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#4
|
Why QMainWindow and not QDialog parented to the window that called the vkb?
You could disable text entry in a QTextEdit and listen to clicked().
The Following 3 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-19
, 00:05
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#5
|
The Following 3 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2011-01-19
, 00:29
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#6
|
setReadOnly(true), then override the mouseReleaseEvent(QMouseEvent) to emit a clicked() signal on clicking the widget, this way, hildon-input-method won't start on that QTextEdit box
See groove's source code, I see dotblank's doing that with his portrait keyboard.
The Following User Says Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-19
, 01:03
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#7
|
The Following 4 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-19
, 01:34
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#8
|
The Following User Says Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-19
, 19:37
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#9
|
The Following 2 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-19
, 20:01
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#10
|
![]() |
Tags |
great keyboard!, portrait, portrait vkb, realsportcars, thank you, thanks wikiwide, _keyboards want, _to be free |
Thread Tools | |
|
I'm developing a new virtual keyboard on N900 using D-BUS to link hildon-input-method-plugin to my app...
Now I have a problem: when I tap on an input field my application is correctly opened and I can write what i want BUT when I tap on "commit" button, message is written in my application text field!
The problem is that when my app is shown, QTextEdit takes focus and it becomes the client for hildon-input-method-plugin.
Can someone help me?
Last edited by realsportcars; 2011-01-21 at 02:53.