aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/statusicon/settingsdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/statusicon/settingsdialog.ui')
-rw-r--r--src/plugins/General/statusicon/settingsdialog.ui272
1 files changed, 190 insertions, 82 deletions
diff --git a/src/plugins/General/statusicon/settingsdialog.ui b/src/plugins/General/statusicon/settingsdialog.ui
index c6d37b4f5..1425b218e 100644
--- a/src/plugins/General/statusicon/settingsdialog.ui
+++ b/src/plugins/General/statusicon/settingsdialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>340</width>
- <height>237</height>
+ <width>302</width>
+ <height>322</height>
</rect>
</property>
<property name="windowTitle">
@@ -23,34 +23,58 @@
<property name="bottomMargin">
<number>6</number>
</property>
- <item row="13" column="0" colspan="2">
- <spacer>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <item row="0" column="0" colspan="2">
+ <widget class="QGroupBox" name="messageGroupBox">
+ <property name="title">
+ <string>Balloone message</string>
</property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>150</width>
- <height>18</height>
- </size>
+ <property name="checkable">
+ <bool>true</bool>
</property>
- </spacer>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label_3">
+ <property name="text">
+ <string>Delay, ms:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="messageDelaySpinBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimum">
+ <number>100</number>
+ </property>
+ <property name="maximum">
+ <number>10000</number>
+ </property>
+ <property name="singleStep">
+ <number>100</number>
+ </property>
+ <property name="value">
+ <number>1000</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
</item>
- <item row="13" column="2">
- <widget class="QDialogButtonBox" name="buttonBox">
+ <item row="1" column="0" colspan="2">
+ <widget class="QGroupBox" name="niceTooltipGroupBox">
<property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
+ <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- <item row="9" column="0" colspan="3">
- <widget class="QGroupBox" name="niceTooltipGroupBox">
<property name="title">
<string>Tooltip</string>
</property>
@@ -61,15 +85,35 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
+ <item row="0" column="0" colspan="2">
+ <widget class="QCheckBox" name="niceTooltipSplitCheckBox">
+ <property name="text">
+ <string>Try to split file name when no tag</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="2">
+ <widget class="QCheckBox" name="progressCheckBox">
+ <property name="text">
+ <string>Show progress bar</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
<widget class="QLabel" name="niceTooltipDelayLabel">
<property name="text">
<string>Delay, ms:</string>
</property>
</widget>
</item>
- <item row="0" column="1">
+ <item row="2" column="1">
<widget class="QSpinBox" name="niceTooltipDelaySpinBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="maximum">
<number>10000</number>
</property>
@@ -81,15 +125,15 @@
</property>
</widget>
</item>
- <item row="1" column="0">
+ <item row="3" column="0">
<widget class="QLabel" name="transparencyLabel">
<property name="text">
<string>Transparency:</string>
</property>
</widget>
</item>
- <item row="1" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item row="3" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSlider" name="transparencySlider">
<property name="maximum">
@@ -113,7 +157,7 @@
</property>
<property name="minimumSize">
<size>
- <width>20</width>
+ <width>26</width>
<height>0</height>
</size>
</property>
@@ -124,67 +168,115 @@
</item>
</layout>
</item>
- <item row="2" column="0" colspan="2">
- <widget class="QCheckBox" name="niceTooltipSplitCheckBox">
+ <item row="4" column="0">
+ <widget class="QLabel" name="transparencyLabel_2">
<property name="text">
- <string>Try to split file name when no tag</string>
+ <string>Cover size:</string>
</property>
</widget>
</item>
- </layout>
- </widget>
- </item>
- <item row="7" column="0" colspan="3">
- <widget class="QGroupBox" name="messageGroupBox">
- <property name="title">
- <string>Balloone message</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Delay, ms:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
- </property>
- </widget>
+ <item row="4" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QSlider" name="coverSizeSlider">
+ <property name="minimum">
+ <number>32</number>
+ </property>
+ <property name="maximum">
+ <number>160</number>
+ </property>
+ <property name="pageStep">
+ <number>16</number>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="tickPosition">
+ <enum>QSlider::NoTicks</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="niceTooltipOpacityValueLabel_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <horstretch>3</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>26</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>32</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
- <item>
- <widget class="QSpinBox" name="messageDelaySpinBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimum">
- <number>100</number>
- </property>
- <property name="maximum">
- <number>10000</number>
- </property>
- <property name="singleStep">
- <number>100</number>
- </property>
- <property name="value">
- <number>1000</number>
- </property>
- </widget>
+ <item row="5" column="0" colspan="2">
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QPushButton" name="templateButton">
+ <property name="text">
+ <string>Change template</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
</layout>
</widget>
</item>
- <item row="12" column="0" colspan="3">
+ <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="standardIconsCheckBox">
<property name="text">
<string>Use standard icons</string>
</property>
</widget>
</item>
+ <item row="3" column="0">
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>279</width>
+ <height>23</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="3" column="1">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<resources/>
@@ -196,8 +288,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
- <x>333</x>
- <y>230</y>
+ <x>295</x>
+ <y>315</y>
</hint>
<hint type="destinationlabel">
<x>112</x>
@@ -212,8 +304,8 @@
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
- <x>333</x>
- <y>230</y>
+ <x>295</x>
+ <y>315</y>
</hint>
<hint type="destinationlabel">
<x>27</x>
@@ -228,12 +320,28 @@
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>166</x>
- <y>127</y>
+ <x>252</x>
+ <y>187</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>284</x>
+ <y>188</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>coverSizeSlider</sender>
+ <signal>valueChanged(int)</signal>
+ <receiver>niceTooltipOpacityValueLabel_2</receiver>
+ <slot>setNum(int)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>184</x>
+ <y>203</y>
</hint>
<hint type="destinationlabel">
- <x>309</x>
- <y>129</y>
+ <x>261</x>
+ <y>205</y>
</hint>
</hints>
</connection>