The StyleSelect class provides a dialog for choosing a style sheet. More...
Publicly inherits QDialog, StyleSheetReceiver.
StyleSelect | ( QWidget* parent=???, const char* name=??? ); | |
StyleSheet* | getStyleSheet | ( ); |
void | styleSheet | ( StyleSheet* styleSheet ); |
~StyleSelect | ( ); |
void | ok | ( ); |
void | selected | ( int index ); |
virtual void | resizeEvent | ( QResizeEvent* e ); |
QPushButton* | _cancelButton; |
QListBox* | _list; |
QPushButton* | _okButton; |
StyleSheet* | _styleSheet; |
The StyleSelect class provides a dialog for choosing a style sheet.
If a style sheet is selected, the DtdManager is sent a request for the corresponding DTD. When the DTD is ready, the dialog hide()s. and the DTD can be retrieved by the caller.Return the Style Sheet that was selected.
Retrieve the selected style sheet, and close this dialog.
A row in the listbox has been double-clicked. Retrieve the selected style sheet, and close this dialog.
Reposition my widgets.