Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QFileDialog --+ | ui.qt.filedialog.FileDialog --+ | FileDialogWithExtraCombo
A Qt file dialog with an extra combo box about the filename text edit
|
|||
|
|||
|
|||
int |
|
||
Inherited from |
|
|||
Inherited from |
|
|||
_JAG_IN_FILTER = "Jaguar Input (*.in)"
|
|||
_JAG_IN_SUFFIX = "in"
|
|
Create a new file dialog with the specified label text and combo box items.
|
Insert the given widgets above the filename text edit
Note: QFileDialog does not have an API to add widgets, so the Qt FAQ recommends directly adding widgets to the dialog's layout: http://qt- project.org/faq/answer/how_can_i_add_widgets_to_my_qfiledialog_instance. This function will break if the QFileDialog layout ever changes. |
Return the currently selected index for the extra combo box
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:35 2015 | http://epydoc.sourceforge.net |