Tweak settings UI.

This commit is contained in:
Martin Rotter 2016-06-22 22:00:52 +02:00
parent 1facf000e2
commit f494ce70af

View file

@ -18,13 +18,13 @@
<widget class="QListWidget" name="m_listSettings"> <widget class="QListWidget" name="m_listSettings">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>220</width> <width>260</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>220</width> <width>260</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -417,8 +417,8 @@ Authors of this application are NOT responsible for lost data.</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>782</width> <width>100</width>
<height>451</height> <height>30</height>
</rect> </rect>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
@ -495,8 +495,8 @@ Authors of this application are NOT responsible for lost data.</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>776</width> <width>742</width>
<height>425</height> <height>426</height>
</rect> </rect>
</property> </property>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
@ -1514,6 +1514,11 @@ Authors of this application are NOT responsible for lost data.</string>
<header>lineeditwithstatus.h</header> <header>lineeditwithstatus.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>TimeSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header>timespinbox.h</header>
</customwidget>
<customwidget> <customwidget>
<class>DynamicShortcutsWidget</class> <class>DynamicShortcutsWidget</class>
<extends>QWidget</extends> <extends>QWidget</extends>
@ -1526,11 +1531,6 @@ Authors of this application are NOT responsible for lost data.</string>
<header>toolbareditor.h</header> <header>toolbareditor.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>TimeSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header>timespinbox.h</header>
</customwidget>
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>m_cmbDatabaseDriver</tabstop> <tabstop>m_cmbDatabaseDriver</tabstop>