forked from harshg0910/AutoBright
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenAd.ui
117 lines (117 loc) · 2.63 KB
/
screenAd.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Manual</class>
<widget class="QMainWindow" name="Manual">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>364</width>
<height>123</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QSlider" name="horizontalSlider">
<property name="geometry">
<rect>
<x>80</x>
<y>30</y>
<width>141</width>
<height>19</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSpinBox" name="spinBox">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>42</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="ds">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Set</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Set Screen Brightness</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>98</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>horizontalSlider</sender>
<signal>sliderMoved(int)</signal>
<receiver>spinBox</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>142</x>
<y>62</y>
</hint>
<hint type="destinationlabel">
<x>119</x>
<y>117</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>horizontalSlider</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>140</x>
<y>106</y>
</hint>
<hint type="destinationlabel">
<x>147</x>
<y>59</y>
</hint>
</hints>
</connection>
</connections>
</ui>