I am a newbie who is trying to use the QT creator, I installed the latest version \"qt-win-opensource-4.5.1-mingw\". Everything was working fine except for launching the QT Designer .. I don\'t really
i want a table cell to have just an icon without any text. i see the QTableWidgetItem class has a method to align the text (int QTableWidgetItem::textAlignment () const)
I am using the Mfc to Qt migration solution, to migrate my Mfc plugin to Qt. My Mfc plugin is loaded in third party Mfc app. Basically I am using the following example Qt based Application Extension :
I am dealing with Sql Server and Oracle through Qt, when using QSqlDatabase::transaction() on a database connection. When another user/connection has a transaction open on the same database does the t
I am a long time MFC programmer and know it quite well. Recently we are planning for a large desktop application. In order to beat competition, one requirement is polished UI. We narrow down the choic
I want to c开发者_Go百科reate a little finance-software for my association. I want to keep it simple and easy-using, creating new persons should be possible, and every person has entries and costs. Th
I have a bunch of QGraphicsSvgItem\'s in a QGraphicsScene that are drawn connected by QGraphicsLineItem\'s. This show\'s a graph of a tree-structure.
Or how could i embed .qm files into my applica开发者_StackOverflow社区tion? I\'m using qt-creator.
Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?
I\'m just starting with Qt. Despite spending sometime on it this evening, I\'m struggling to move my UI setup code out of main into it\'s own class.