I\'m working on an application where there\'s a \'core\' and multiple plugins. I\'m using Qt on Linux, and I use Qt\'s plugin loader system. Plugins are created as shared object files (*.so) and loade
I\'m trying to start a C++ Qt application and have it run and compile in Visual Studio 2010. Doing some googling, I found that there was a Visual Studio Qt Add-in, and so I installed this.I already h
In my app, i have a section that is top widget, the color of the top widget is gray, and i\'ve been put severl widget on top widget, like QComboBox, QLineEdit and 2 QButton, but i have a problem when
I have a QStackedWidget which holds several pages full of various QLineEdit and QComboBox children. I want to emit a signal whenever the QStackedWidget no longer has any child with focus (given that a
I am currently running Qt 4.7.4 on Mac OS X 10.6.I installed Qt using MacPorts. I have been trying to use test-driven development as a part of my coding practice, and I am using QtTest for this purpo
How to simulate CTRL+SHIFT+T from qt app on focused non-qt开发者_高级运维 app ? One option is libfakekey any other options ? Looks like there\'s no direct way of doing this in Qt. Maybe these article
I need to modify sources of 10 programs in a way so that I could quit them at any tim开发者_运维百科e using big red button and later, when I restart them, to work from the same place I left off. Is th
I\'ve installed Qt 4.7 on Windows XP before and had to configure it via the configure.exe and a list of settings.
I have tried calling self.setStyleSheet(\"background: transparent; border: transparent;\") on a QGraphicsView, but it still leaves a 1 pixel border on the top edge. I have also tried replacing border:
QString path = QDir::homePath();// <-- \"path\" is always \"\" Is this a new b开发者_C百科ug in 4.7.4? use to work well in 4.7.3