aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-12-30 00:06:52 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-12-30 00:06:52 -0500
commit724c012ada23ef480c61fe99e3c9784b91aeb1ca (patch)
treeb8a986b465b6fd2120e0451bb50ccf2033a0a76e /SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui
parent89214766d8e3e7b8dd749a1fa18a5b9727f5010d (diff)
Imported Upstream version 3.0.1upstream/3.0.1
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui48
1 files changed, 48 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui
index 82cc286..040600e 100644
--- a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui
+++ b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui
@@ -263,6 +263,35 @@
</property>
</widget>
</item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="initColWidthLimitLabel">
+ <property name="toolTip">
+ <string>&lt;p&gt;When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.&lt;/p&gt;</string>
+ </property>
+ <property name="text">
+ <string>Limit initial data column width to (in pixels):</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QSpinBox" name="initColWidthLimitSpin">
+ <property name="toolTip">
+ <string>&lt;p&gt;When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.&lt;/p&gt;</string>
+ </property>
+ <property name="minimum">
+ <number>10</number>
+ </property>
+ <property name="maximum">
+ <number>99999</number>
+ </property>
+ <property name="value">
+ <number>600</number>
+ </property>
+ <property name="cfg" stdset="0">
+ <string>General.MaxInitialColumnWith</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -499,6 +528,25 @@
</widget>
</item>
<item>
+ <widget class="QGroupBox" name="sessionGroup">
+ <property name="title">
+ <string>Session</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_11">
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="sessionCheck">
+ <property name="text">
+ <string>Restore last session (active MDI windows) after startup</string>
+ </property>
+ <property name="cfg" stdset="0">
+ <string>General.RestoreSession</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>