Qt Widgets by AlterX 55 comments
Anyway I am here to support you :)
Which errors do you have? - Jun 20 2018
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
that is really strange since I am used to compile on windows using QtCreator 3.6
I think you have a problem with your Qt installation. Remove and reinstall it again should fix the problem - Feb 29 2016
Many nice improvements, among others:
1. dynamic change of keyboard layout
2. source code is now compatible for Qt 4.x and 5.x
3. languages are now in the resource files
4. audio clip is now in the resource file (only Qt 5.x)
- Jan 06 2016
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
that is feasible. I think you have to dynamically load Translation spefying the ts file and then refreshing of the QPushButton
There are a lot of example outthere on how to do this. - Dec 15 2015
Qt Widgets by AlterX 55 comments
I didn't get it, sorry.
Since we are both italians, please contact me in private. - Dec 04 2015
Qt Widgets by AlterX 55 comments
the only things I can think about are:
1. you are writing, but there is no real textbox with focus
2. you are blocking the main loop thread
Send me the code so I can better understand the problem - Nov 07 2015
Qt Widgets by AlterX 55 comments
I just released new code with small improvements. The only suggestion I can give to you, if I correctly understood your question, is to use "promotion of widget" on QLineEdit with class uses focus. I changed the example to show how it works.
The only inconvenience you have to do manually on all QLineEdit in the ui designer (but the instance you want to promote to will be done only once). - Jul 31 2015
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
no actually it doesn't support Qt 4.x.
You need to do some changes in order to get worked; some hints (from the virtualkeyboard Qt 5.x code):
1. QtGuiApplication -> QApplication
2. toUtf8() -> toAscii() - (optional)
3. erase "widgets" module from .pro
4. other stuff
- Apr 11 2014
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
What you can do for sure on Windows:
1 - Create a service monitoring click messages on textbox/windows; so you can open a stand-alone keyboard
2 - The stand-alone keyboard, using Win API, can manipolate textboxes and style.
I'm very busy at this moment and I cannot do that; use those above:
1- GetForegroundWindow() and similar to get current focused app
2- Scan for children of app to find textbox; use GetWindow() with flags (CHILD, NEXTCHILD) and GetClassName() to find textbox instances
3- Put char in the textbox: use SendMessage() with handle of current textbox and code of key pressed in Qt keyboard
4- Change aspect using other API and handle of textbox
I hope that is a good starter for you. - Jun 27 2012
Qt Widgets by AlterX 55 comments
I think the way to write in processes is not good and is a little complicated due to protection of process (what you want to do is called injection and of course it could be a weak of an OS). Please show me your idea about that above. - Jun 27 2012
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
Yes, I've used QtCreator 2.5 with Qt runtime 4.7.4 - May 30 2012
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
Qt Widgets by AlterX 55 comments
thank you for your comment!
It's very difficult to port in general way on an entire linux system... - Jan 23 2012
Qt Widgets by AlterX 55 comments
Thank you - Jun 03 2011

Phone Apps by AlterX 2 comments

Phone Apps by AlterX 2 comments
Qt Widgets by AlterX 55 comments
I don't know if it is possible... - Feb 15 2011

Qt Tools by AlterX 3 comments
All pourpouses you want!
Do you want create a brute force attack?
You can!
Do you want create all combinations with word and prefix?
You can
Through a custom your own plugin you can use a sofisticated architecture (grid-computing) to delivery each elaboration to your plugin and compute a particolar action through your plugin (do you want crack a password? you can!)
Plugins permit you to create your necessary code for any target and platform.
Among other things, you can use a library for generate permutations, combinations and so on...
- May 31 2010
Qt Widgets by AlterX 55 comments
I've created a new project from scratch and now it should work with QT SDK By Nokia (Qt creator 1.3.1) and Nokia QT SDK
for mobile. - May 26 2010

Utilities by AlterX 27 comments
Bye - Sep 23 2006

Utilities by AlterX 27 comments
Please see nvidia-settings tools (which is in QT or gnome), that use libGL.so (closed library)! - Sep 22 2006

Utilities by AlterX 27 comments
And than libGL.so (closed nvidia) how is used within Xorg and kde?!?
Than if it is so, I just convert linked library with dinamically linked?!? - Sep 22 2006

Utilities by AlterX 27 comments
I don't think... - Sep 21 2006

Utilities by AlterX 27 comments
Ciao - Jan 31 2006

Utilities by AlterX 27 comments
P.S. che cosa significa?!? ti stupisce che sono un programmatore della vecchia scuola?!? - Jan 16 2006

Utilities by AlterX 27 comments
software is in GPL license with source;
I don't think there is illegality linking free library!
However, if it is, what license I would use to avoid this?!?
Thanks - Oct 28 2005

Utilities by AlterX 27 comments
But library was developed from me, and is free...
where is violation?!? - Oct 27 2005

Utilities by AlterX 27 comments
You'll do this for mkspecs too and so on. - Oct 25 2005

Utilities by AlterX 27 comments

Utilities by AlterX 27 comments