modernize: Use override instead of virtual
[quassel.git] / src / qtui / systrayanimationconfigwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SystrayAnimationConfigWidget</class>
4  <widget class="QWidget" name="SystrayAnimationConfigWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>438</width>
10     <height>50</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <layout class="QHBoxLayout" name="horizontalLayout">
25      <item>
26       <widget class="QCheckBox" name="enableAlert">
27        <property name="toolTip">
28         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If enabled, alert the system tray or dock in case of a notification.&lt;/p&gt;&lt;p&gt;It depends on your desktop environment how an alert is visualized. For example, Plasma will pulsate the tray icon, while Windows will change the icon's color. You may choose to forcefully change color or even letting the icon blink, if desired.&lt;/p&gt;&lt;p&gt;Note that not all icon themes support changing the color of the tray icon.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
29        </property>
30        <property name="text">
31         <string>Alert tray icon and</string>
32        </property>
33        <property name="settingsKey" stdset="0">
34         <string notr="true">Systray/Alert</string>
35        </property>
36        <property name="defaultValue" stdset="0">
37         <bool>true</bool>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QComboBox" name="attentionBehavior">
43        <property name="currentIndex">
44         <number>1</number>
45        </property>
46        <property name="settingsKey" stdset="0">
47         <string notr="true"/>
48        </property>
49        <property name="defaultValue" stdset="0">
50         <number>1</number>
51        </property>
52        <item>
53         <property name="text">
54          <string>do nothing</string>
55         </property>
56        </item>
57        <item>
58         <property name="text">
59          <string>change color</string>
60         </property>
61        </item>
62        <item>
63         <property name="text">
64          <string>blink</string>
65         </property>
66        </item>
67       </widget>
68      </item>
69      <item>
70       <spacer name="horizontalSpacer">
71        <property name="orientation">
72         <enum>Qt::Horizontal</enum>
73        </property>
74        <property name="sizeHint" stdset="0">
75         <size>
76          <width>40</width>
77          <height>20</height>
78         </size>
79        </property>
80       </spacer>
81      </item>
82     </layout>
83    </item>
84   </layout>
85  </widget>
86  <resources/>
87  <connections>
88   <connection>
89    <sender>enableAlert</sender>
90    <signal>toggled(bool)</signal>
91    <receiver>attentionBehavior</receiver>
92    <slot>setEnabled(bool)</slot>
93    <hints>
94     <hint type="sourcelabel">
95      <x>121</x>
96      <y>26</y>
97     </hint>
98     <hint type="destinationlabel">
99      <x>257</x>
100      <y>28</y>
101     </hint>
102    </hints>
103   </connection>
104  </connections>
105 </ui>