]> git.sesse.net Git - nageru/blob - ui_analyzer.ui
Start working on a frame analyzer.
[nageru] / ui_analyzer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Analyzer</class>
4  <widget class="QDialog" name="Analyzer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>843</width>
10     <height>450</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QComboBox" name="input_box">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>200</y>
21      <width>251</width>
22      <height>23</height>
23     </rect>
24    </property>
25   </widget>
26   <widget class="QPushButton" name="grab_btn">
27    <property name="geometry">
28     <rect>
29      <x>270</x>
30      <y>200</y>
31      <width>61</width>
32      <height>23</height>
33     </rect>
34    </property>
35    <property name="text">
36     <string>Grab</string>
37    </property>
38   </widget>
39   <widget class="QWidget" name="widget_3" native="true">
40    <property name="geometry">
41     <rect>
42      <x>10</x>
43      <y>240</y>
44      <width>320</width>
45      <height>180</height>
46     </rect>
47    </property>
48    <property name="autoFillBackground">
49     <bool>false</bool>
50    </property>
51    <property name="styleSheet">
52     <string notr="true">background: rgb(173, 127, 168)</string>
53    </property>
54   </widget>
55   <widget class="QLabel" name="label">
56    <property name="geometry">
57     <rect>
58      <x>370</x>
59      <y>310</y>
60      <width>421</width>
61      <height>21</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Selected coordinate (x,y): (123,456)</string>
66    </property>
67   </widget>
68   <widget class="QLabel" name="label_3">
69    <property name="geometry">
70     <rect>
71      <x>10</x>
72      <y>420</y>
73      <width>321</width>
74      <height>21</height>
75     </rect>
76    </property>
77    <property name="text">
78     <string>RGB histogram</string>
79    </property>
80    <property name="alignment">
81     <set>Qt::AlignCenter</set>
82    </property>
83   </widget>
84   <widget class="QLabel" name="label_4">
85    <property name="geometry">
86     <rect>
87      <x>350</x>
88      <y>280</y>
89      <width>481</width>
90      <height>21</height>
91     </rect>
92    </property>
93    <property name="text">
94     <string>Grabbed frame (1280x720)</string>
95    </property>
96    <property name="alignment">
97     <set>Qt::AlignCenter</set>
98    </property>
99   </widget>
100   <widget class="QWidget" name="gridLayoutWidget">
101    <property name="geometry">
102     <rect>
103      <x>600</x>
104      <y>350</y>
105      <width>191</width>
106      <height>80</height>
107     </rect>
108    </property>
109    <layout class="QGridLayout" name="gridLayout">
110     <item row="1" column="0">
111      <widget class="QLabel" name="label_6">
112       <property name="text">
113        <string>Green:</string>
114       </property>
115      </widget>
116     </item>
117     <item row="1" column="1">
118      <widget class="QLabel" name="label_9">
119       <property name="text">
120        <string>127</string>
121       </property>
122      </widget>
123     </item>
124     <item row="2" column="1">
125      <widget class="QLabel" name="label_10">
126       <property name="text">
127        <string>127</string>
128       </property>
129      </widget>
130     </item>
131     <item row="3" column="0">
132      <widget class="QLabel" name="label_2">
133       <property name="text">
134        <string>Hex:</string>
135       </property>
136      </widget>
137     </item>
138     <item row="0" column="1">
139      <widget class="QLabel" name="label_8">
140       <property name="text">
141        <string>127</string>
142       </property>
143      </widget>
144     </item>
145     <item row="2" column="0">
146      <widget class="QLabel" name="label_7">
147       <property name="text">
148        <string>Blue:</string>
149       </property>
150      </widget>
151     </item>
152     <item row="3" column="1">
153      <widget class="QLabel" name="label_11">
154       <property name="text">
155        <string>#7f7f7f</string>
156       </property>
157      </widget>
158     </item>
159     <item row="0" column="0">
160      <widget class="QLabel" name="label_5">
161       <property name="text">
162        <string>Red:</string>
163       </property>
164      </widget>
165     </item>
166    </layout>
167   </widget>
168   <widget class="QLabel" name="label_12">
169    <property name="geometry">
170     <rect>
171      <x>600</x>
172      <y>330</y>
173      <width>191</width>
174      <height>16</height>
175     </rect>
176    </property>
177    <property name="text">
178     <string>Color (8-bit sRGB):</string>
179    </property>
180    <property name="alignment">
181     <set>Qt::AlignCenter</set>
182    </property>
183   </widget>
184  </widget>
185  <resources/>
186  <connections/>
187 </ui>