Question about RTL language.
when i set my system to use RTL language(ex. arabic), strings of arabic characters or arabic+english shows collectly(from right to left), but strings without arabic characters(only alphanumeric...
View ArticleHow to get the virtual keyboard to appear when a text field is tapped
Hello I am very new to Qt WebKit. Sorry if this is a very obvious question, but I’ve been trying to figure it out for a few hours and have made no progress. I have an embedded linux c++ application...
View Articledynamic created buttons change content of other dynamic created elements
Hello With the help of the forum I dynamically created some buttons which I assigned a function to a property.. Now, inside this function, I would like to refer to other Items which are also...
View Articleqml ListView.onAdd вызывается только для ListModel, и не вызывается для...
К примеру возьмем dynamiclist. В строке 178 ставим model: fruitModel.count и всё, анимация не работает. Так же сигнал ListView.onAdd не работает с QObjectList моделью :( Подскажите пожалуйста, как...
View ArticleProject Dependencies in Creator 2.6.x
Hi, i am facing issues with the project dependencies from Qt-Creator 2.6.0 onwards. If i set that the project B depends on project A, than still at the time of building project B the project A will not...
View ArticleHow to resolve error on creating setup in inno setup?
Hello All I have created setup for qt application. now when I install that setup, I get error: QtGuid4.dll missing. Please tell how to resolve it. Thanks Zain
View ArticleWebRTC support in Qt WebKit
I am completly new to QT webkit . Recently there has been an increase in the applications using WebRTC framework. So I have to run teh same applications in Qt Webkit. Bascially there are 2 doubts 1....
View ArticleIf the QML could do system time calibration on linux?
I am doing an app to show the time on device on which is running a Linux, If I want to calibrate its system time, is QML able to change the system time? I search google and see somebody use js to get...
View ArticleWebRTC support in Qt WebKit
I am completly new to QT webkit . Recently there has been an increase in the applications using WebRTC framework. So I have to run the same applications in Qt Webkit. Bascially there are 2 doubts 1....
View ArticleQtCreator plugin example
I wanted to create a Qt Creator plugin for QtCreator and tried to start with the example provided here: http://doc.qt.digia.com/qtcreator-extending/creating-plugins.html Therefore I compiled the...
View ArticleDrawing a rectangle on the image displayed on UILable
Dear All, I displayed an image on UIlabel as follow QImage rImg = QImage(templ->width,templ->height, QImage::Format_RGB888); pixma =...
View ArticleDesigning in QtCreator.
Hi, I am developing an application having a main form(ui) which has many groups, tabs, buttons, labels, etc. While editing/designing a widget I have to reduce the size of all other widgets(groups,...
View ArticleProject Dependencies without Qt-Creator and Subdirs Project
Hi, i want to add to my pro-file “A” a project dependency to another pro-file “B”, that at the time of building the project A also the project B gets build. This is quite similar as the project...
View ArticleEnabling an initially disabled QWidget
Hi, this might be a very basic question but it drives me nuts and I can’t find any useful information. I have three QGroupBox objects which are not enabled in the Qt designer (disabled at application...
View Articlebuilding Qxt with Qt5 on Linux problem
Hi all, I’m trying to compile LibQxt with Qt5 on my Linux PC: luca@slack140-gw:~/DATI/ventisei/qt5/libqxt$ ./configure -nomake gui -qmake-bin /home/luca/Qt5.0.0/5.0.0/gcc/bin/qmake -prefix...
View ArticleHow to create icon for .dmg in Mac OS?
Hello I have created .dmg for my qt application in Mac OS. I want set icon for this. Thanks Zain
View ArticleQT_BUILD_KEY problem in qconfig.h in qt-win-opensource-4.8.4-vs2010 installation
Hi, I have installed qt-win-opensource-4.8.4-vs2010.exe. I did not recompile anything (except qmake…). I have an application project and a style plugin project, but the plugin does not load. I have...
View ArticleHow to correctly create a new QGLContext for a QGLWidget?
Hi there, I’m in the process of upgrading my application to use Qt 5 and come across a stumbling block. Previously I had used this code to give my GL widget a new GL context (the this pointer is the GL...
View ArticleQTreeWidgen in QDockWidget doesn't receive dragEnterEvent when it is undocked
Hello, good day, I have a QTreeWidgen within a QDockWidget that when docked receives and processes of Drag & Drop events correctly, but when it is undocked you receive nothing. Is this normal?...
View ArticleChanging the 'active' widget
Hi all. I’m trying to solve an interaction problem with Qt, may be someone can give me some hints… Here’s my problem: I have a simple button that, under certain circumstances, should take control over...
View Article