I would like one of the cells in a开发者_如何转开发 table to be a QComboBox. However, I don\'t want them displayed as such all the time, only when a user selects that cells. Are there any more conveni
How should I best go about forcing a QDialog to stay open when the di开发者_开发百科alog\'s accept() slot is called? I was thinking of reimplementing that function to get the dialog\'s exec to return
I have a custom class inheriting from QDialog. I\'m creating this dialog with function foo, and foo would like to continue doing its thing only when a certain button in the dialog is pressed. I was th
I have a PyQt4 GUI that has three threads.One thread is a data source, it provides numpy arrays of data.The next thread is a calculation thread, it takes the numpy array (or multiple numpy arrays) via
I am working on an application with two children. One\'s a widget that functions as a toolbar, the second, below, functions as dashboard, on which information would appear. The latter can be shown/hid
From what I understand to make dialog Modeless you have to allocate it on the heap. By Doing something like this:
I am new to QT, how to implement autocomplete textbox in qt or is 开发者_高级运维there already solution for that ? I have vector of words. Can somebody give me advice how to do this ?Take a look at QC
I installed Qt4 in my local home in a Ubuntu system and the Qt4 libraries are in ~/lib. I have another program (hawkeye for genome assembly) dependent on Qt4 however when I run that it gives the error
OK, so I\'m new to both Qt and C++ for that matter. I\'m trying to use QMetaType with my own classes, and I can\'t get it to work with subclasses. Here\'s what I have (there\'re probably tons of probl
I have a widget with 4 QGraphicsViews and I want them to be dockable. I\'ve put a QGraphicsView in a QDockWidget. Then I was able to undock the view, but I don\'t know how to dock the view back, where