eric7.QScintilla.SortOptionsDialog
Module implementing a dialog to enter the sort options for a line sort.
Global Attributes
Classes
SortOptionsDialog |
Class implementing a dialog to enter the sort options for a line sort. |
Functions
SortOptionsDialog
Class implementing a dialog to enter the sort options for a line sort.
Derived from
QDialog, Ui_SortOptionsDialog
Class Attributes
Class Methods
Methods
Static Methods
SortOptionsDialog (Constructor)
SortOptionsDialog(parent=None)
Constructor
- parent (QWidget)
-
reference to the parent widget
SortOptionsDialog.getData
getData()
Public method to get the selected options.
- Return:
-
tuple of three flags indicating ascending order, alphanumeric
sort and case sensitivity
- Return Type:
-
tuple of (bool, bool, bool)