0
votes
1answer
22 views
Hiding a QWidget on a QToolbar?
Hi,
I have directly added some QWidgets to a QToolbar but simply going widget->setVisible(false) did not work. Can someone please give me an example of how to show and hide a widg …
6
votes
6answers
273 views
Qt in a professional setting
While I have played with parts of Qt in the past I am thinking of putting some real effort into learning it but also wondering what the potential monetary payback might be down the …
0
votes
7answers
179 views
Polished UI Desktop Application, which UI library to choose?
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 n …
0
votes
3answers
68 views
Nokia QT 4 for Visual Studio 2005 and Visual Studio 2008
I downloaded the latest open source version of QT4-and its installed in c:\qt\2009.04. I've also downloaded the QT4 Visual Studio add-in 1.1.0. I want to set it up for both Visual …
0
votes
2answers
23 views
Installing Qt4 on Windows - do I need to fully install MingW or just have local copies
That is, can I get away with DLLs in the install directory or does the installer need to ensure that MingW is fully installed?
0
votes
1answer
23 views
QComboBox inside QTreeWidgetItem
Is there something similar to the (PyQT)
QTreeWidgetItem.setCheckState(0, Qt.Checked) but for the combo box?
I can't see anything in the reference, so how can I insert a custom QC …
0
votes
1answer
35 views
Windows-like Qt4 Menubar in Mac Os X.
I would like my application to look similar to that of the Windows version: instead of the menu being displaced to the top menu in Os X, I'd like my program to have the file menu r …
2
votes
1answer
25 views
Loading a simple Qt Designer form in to Pyside
I create a simple form in Qt designer and am trying to load it in to a Qt application I'm creating with PySide but without much luck.
Here's the generated code from `pyside-uic':
…
0
votes
1answer
75 views
Moving Qt UI code out to separate class
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.
#include <QtGui>
int main( …
0
votes
0answers
14 views
DllMain and Qt Mfc Migration
Hello
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 ba …
1
vote
3answers
154 views
In Qt, create a table with an blank editable row
This is a Qt-specific question.
It's convenient to be able to add new data to a table by typing content into a blank row at the bottom of a table. When the data is committed, a ne …
0
votes
1answer
33 views
Qt - Switching from shared build to static build? (VS 2005)
The situation is this: I have a shared (DLL) build of Qt 4.5.1 and some reasons given by the project lead, I have to convert to Qt 4.5.2 static. I am using the Qt Visual Studio plu …
1
vote
1answer
80 views
Smooth text animation (Marquee text effect) using QT
I have a question about how to make marquee text smooth (using Qt 4.5.3) on not powerful hardware (Atom N270 + Intel 945GSM). My approach is as follows:
I draw my text (36px Aria …
0
votes
1answer
95 views
How develop a financial software in Qt?
I want to create 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 co …
0
votes
1answer
64 views
Building Qt 4.5 with Visual C++ 2010
Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?
Later edit
I tried to run configure from a Visual Studio 2010 console. Th …
