tiny UI fixups
This commit is contained in:
parent
b625bd41d2
commit
c124d1a179
@ -128,7 +128,7 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="m_checkOpenLinksInExternal">
|
<widget class="QCheckBox" name="m_checkOpenLinksInExternal">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Always open links from simple internal text browser in external web browser</string>
|
<string>Always open links from simple internal text browser in external web browser</string>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QFormLayout" name="formLayout_21">
|
<layout class="QFormLayout" name="_2">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="m_lblExternalEmailExecutable">
|
<widget class="QLabel" name="m_lblExternalEmailExecutable">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -348,7 +348,6 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>m_tabBrowserProxy</tabstop>
|
<tabstop>m_tabBrowserProxy</tabstop>
|
||||||
<tabstop>m_checkOpenLinksInExternal</tabstop>
|
|
||||||
<tabstop>m_grpCustomExternalBrowser</tabstop>
|
<tabstop>m_grpCustomExternalBrowser</tabstop>
|
||||||
<tabstop>m_txtExternalBrowserExecutable</tabstop>
|
<tabstop>m_txtExternalBrowserExecutable</tabstop>
|
||||||
<tabstop>m_btnExternalBrowserExecutable</tabstop>
|
<tabstop>m_btnExternalBrowserExecutable</tabstop>
|
||||||
|
@ -25,9 +25,6 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="m_tabUi">
|
<widget class="QTabWidget" name="m_tabUi">
|
||||||
<property name="tabPosition">
|
|
||||||
<enum>QTabWidget::North</enum>
|
|
||||||
</property>
|
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
@ -35,40 +32,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Icons && skins</string>
|
<string>Icons && skins</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
||||||
<property name="leftMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="topMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QScrollArea" name="m_scrollIconSkins">
|
|
||||||
<property name="frameShape">
|
|
||||||
<enum>QFrame::NoFrame</enum>
|
|
||||||
</property>
|
|
||||||
<property name="widgetResizable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>664</width>
|
|
||||||
<height>368</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
<property name="fieldGrowthPolicy">
|
|
||||||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
||||||
</property>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="m_lblIconTheme">
|
<widget class="QLabel" name="m_lblIconTheme">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -92,6 +56,9 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<widget class="QComboBox" name="m_cmbStyles"/>
|
||||||
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="m_lblSkin">
|
<widget class="QLabel" name="m_lblSkin">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -132,9 +99,6 @@
|
|||||||
</column>
|
</column>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
|
||||||
<widget class="QComboBox" name="m_cmbStyles"/>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="3" column="0" colspan="2">
|
||||||
<spacer name="verticalSpacer">
|
<spacer name="verticalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@ -142,18 +106,14 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>20</width>
|
<width>643</width>
|
||||||
<height>40</height>
|
<height>97</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
<widget class="QWidget" name="m_tabNotifications">
|
<widget class="QWidget" name="m_tabNotifications">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Tray area && notifications</string>
|
<string>Tray area && notifications</string>
|
||||||
@ -394,10 +354,6 @@
|
|||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>m_tabUi</tabstop>
|
<tabstop>m_tabUi</tabstop>
|
||||||
<tabstop>m_scrollIconSkins</tabstop>
|
|
||||||
<tabstop>m_cmbIconTheme</tabstop>
|
|
||||||
<tabstop>m_cmbStyles</tabstop>
|
|
||||||
<tabstop>m_treeSkins</tabstop>
|
|
||||||
<tabstop>m_grpTray</tabstop>
|
<tabstop>m_grpTray</tabstop>
|
||||||
<tabstop>m_checkMonochromeIcons</tabstop>
|
<tabstop>m_checkMonochromeIcons</tabstop>
|
||||||
<tabstop>m_checkCountUnreadMessages</tabstop>
|
<tabstop>m_checkCountUnreadMessages</tabstop>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user