Home ⌂Doc Index ◂Up ▴

eric6.QScintilla.SortOptionsDialog

Module implementing a dialog to enter the sort options for a line sort.

Global Attributes

None

Classes

SortOptionsDialog Class implementing a dialog to enter the sort options for a line sort.

Functions

None


SortOptionsDialog

Class implementing a dialog to enter the sort options for a line sort.

Derived from

QDialog, Ui_SortOptionsDialog

Class Attributes

None

Class Methods

None

Methods

SortOptionsDialog Constructor
getData Public method to get the selected options.

Static Methods

None

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)
Up



Home ⌂Doc Index ◂Up ▴