1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
/****************************************************************************
** Form interface generated from reading ui file 'toglobalsettingui.ui'
**
** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef TOGLOBALSETTINGUI_H
#define TOGLOBALSETTINGUI_H
#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QGroupBox;
class QLabel;
class QPushButton;
class QLineEdit;
class QCheckBox;
class QSpinBox;
class QComboBox;
class toGlobalSettingUI : public QWidget
{
Q_OBJECT
public:
toGlobalSettingUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~toGlobalSettingUI();
QGroupBox* GroupBox2;
QLabel* TextLabel5;
QPushButton* SQLBrowse;
QLineEdit* CustomSQL;
QPushButton* PluginBrowse;
QLineEdit* PluginDirectory;
QLabel* PluginLabel;
QPushButton* CacheBrowse;
QLineEdit* CacheDirectory;
QLabel* CacheLabel;
QLabel* PluginLabel_2;
QLineEdit* HelpDirectory;
QPushButton* HelpBrowse;
QLabel* PluginLabel_2_2;
QLineEdit* DefaultSession;
QPushButton* HelpBrowse_2;
QGroupBox* OptionGroup;
QCheckBox* SavePassword;
QCheckBox* IncludeDB;
QCheckBox* ChangeConnection;
QLabel* TextLabel3_2_2;
QSpinBox* ConnectHistory;
QSpinBox* HistorySize;
QLabel* TextLabel3_2;
QSpinBox* Status;
QLabel* StatusLabel;
QCheckBox* Statusbar;
QCheckBox* ToolsLeft;
QCheckBox* MaximizeMain;
QCheckBox* RestoreSession;
QCheckBox* DesktopAware;
QCheckBox* AntialiaseFonts;
QCheckBox* DockToolbar;
QLabel* StyleLabel;
QLabel* SizeLabel;
QComboBox* Refresh;
QComboBox* SizeUnit;
QComboBox* DefaultFormat;
QLabel* TextLabel2;
QLabel* RefreshLabel;
QComboBox* Style;
QLabel* TextLabel3_2_3;
QSpinBox* ChartSamples;
QCheckBox* UnlimitedSamples;
QLabel* TextLabel3_2_3_2;
QSpinBox* DisplaySamples;
QCheckBox* AllSamples;
QCheckBox* DiskCaching;
QLabel* LocaleLabel;
QLineEdit* Locale;
QCheckBox* DisplayGrid;
QCheckBox* ToadBindings;
public slots:
virtual void helpBrowse();
virtual void sessionBrowse();
virtual void pluginBrowse();
virtual void sqlBrowse();
protected:
QGridLayout* toGlobalSettingUILayout;
QGridLayout* GroupBox2Layout;
QGridLayout* OptionGroupLayout;
protected slots:
virtual void languageChange();
};
#endif // TOGLOBALSETTINGUI_H
|