toOracleSettingUI QWidget name toOracleSettingUI geometry 0 0 361 287 caption Form1 margin 11 spacing 6 QLabel name TextLabel6_2_2_2 text &Default date format buddy DefaultDate toolTip The default dateformat to use when querying the database. QLabel name TextLabel6_2_3 text &Checkpoint name buddy CheckPoint toolTip The name of the checkpoint used when needed to rollback work. QLineEdit name DefaultDate QLineEdit name CheckPoint QLabel name TextLabel6_3_2 text &Max long and LOB data length buddy ExplainPlan toolTip Max length to read from LOB or LONG data fields. LONG:s can not be specified unlimited but will be defaulted to 33000 if unlimited. QCheckBox name Unlimited text Unlimited checked true QLineEdit name MaxLong enabled false name Spacer6 orientation Vertical sizeType Expanding sizeHint 20 20 name Spacer2_2 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name CreatePlanTable enabled false sizePolicy 0 0 text Create Table QLabel name TextLabel6_3 text &Explain plan table buddy ExplainPlan toolTip Name of the table to put explain plan output in. QLineEdit name ExplainPlan QCheckBox name KeepPlans text &Keep plans toolTip Keep records for the plan explanations in the plan table. QSpinBox name OpenCursors minValue 1 QLabel name TextLabel1 text Maximum cursors to keep open buddy OpenCursors CreatePlanTable clicked() toOracleSettingUI createPlanTable() Unlimited toggled(bool) MaxLong setDisabled(bool) createPlanTable() CheckPoint DefaultDate OpenCursors MaxLong Unlimited ExplainPlan KeepPlans CreatePlanTable