30 #include <casaqt/QtBrowser/TBOptions.ui.h>
void setDebugLevel(int newLevel)
Sets the debug threshold via the QComboBox.
Widget to edit the browsing options.
bool saveView()
Returns true if the "save view on close" check box is checked, false otherwise.
void cancel()
Slot for the "Cancel" button.
int chooserHistoryLimit() const
Gets/Sets the file chooser history limit.
void setSaveView(bool saveView)
Sets the state on the "save view on close" check box.
TBOptions()
Default Constructor.
void setChooserHistoryLimit(int limit)
void save()
Slot for the "Save" button.
int debugLevel()
Returns the debug threshold as indicated by the QComboBox.
void saveOptions(TBOptions *opt)
saveOptions is emitted when the user has configured the options and clicked the "Save" button...
void restoreDefaults()
Restores the default options to the dialog.