eric6.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
-
reference to the parent widget (QWidget)
SortOptionsDialog.getData
getData()
Public method to get the selected options.
- Returns:
-
tuple of three flags indicating ascending order, alphanumeric
sort and case sensitivity (tuple of three boolean)