blob: c06674ca4a3245e3b2ae130b0be117f112d2fc02 [file] [log] [blame]
Edric Milaret029b95a2015-06-09 09:51:44 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VideoOverlay</class>
4 <widget class="QWidget" name="VideoOverlay">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>724</width>
10 <height>507</height>
11 </rect>
12 </property>
Edric Milaretc9d3e412015-08-11 15:43:04 -040013 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
Edric Milaret303bbf12015-06-22 14:24:13 -040019 <property name="acceptDrops">
20 <bool>false</bool>
21 </property>
Edric Milaret029b95a2015-06-09 09:51:44 -040022 <property name="windowTitle">
23 <string>Form</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
Edric Milaret029b95a2015-06-09 09:51:44 -040026 <item row="1" column="1">
27 <widget class="QPushButton" name="holdButton">
28 <property name="text">
29 <string>Hold</string>
30 </property>
31 <property name="checkable">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="3">
37 <widget class="QPushButton" name="chatButton">
38 <property name="text">
39 <string>Chat</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <spacer name="horizontalSpacer">
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeHint" stdset="0">
49 <size>
50 <width>40</width>
51 <height>20</height>
52 </size>
53 </property>
54 </spacer>
55 </item>
Edric Milaret5927d042015-06-15 12:45:29 -040056 <item row="1" column="5">
Edric Milaret029b95a2015-06-09 09:51:44 -040057 <spacer name="horizontalSpacer_2">
58 <property name="orientation">
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="sizeHint" stdset="0">
62 <size>
63 <width>40</width>
64 <height>20</height>
65 </size>
66 </property>
67 </spacer>
68 </item>
69 <item row="0" column="0" alignment="Qt::AlignTop">
70 <widget class="QLabel" name="nameLabel">
71 <property name="palette">
72 <palette>
73 <active>
74 <colorrole role="WindowText">
75 <brush brushstyle="SolidPattern">
76 <color alpha="255">
77 <red>255</red>
78 <green>255</green>
79 <blue>255</blue>
80 </color>
81 </brush>
82 </colorrole>
83 </active>
84 <inactive>
85 <colorrole role="WindowText">
86 <brush brushstyle="SolidPattern">
87 <color alpha="255">
88 <red>255</red>
89 <green>255</green>
90 <blue>255</blue>
91 </color>
92 </brush>
93 </colorrole>
94 </inactive>
95 <disabled>
96 <colorrole role="WindowText">
97 <brush brushstyle="SolidPattern">
98 <color alpha="255">
99 <red>143</red>
100 <green>146</green>
101 <blue>147</blue>
102 </color>
103 </brush>
104 </colorrole>
105 </disabled>
106 </palette>
107 </property>
108 <property name="text">
109 <string/>
110 </property>
111 </widget>
112 </item>
Edric Milaret5927d042015-06-15 12:45:29 -0400113 <item row="0" column="5" alignment="Qt::AlignRight|Qt::AlignTop">
Edric Milaret029b95a2015-06-09 09:51:44 -0400114 <widget class="QLabel" name="timerLabel">
115 <property name="palette">
116 <palette>
117 <active>
118 <colorrole role="WindowText">
119 <brush brushstyle="SolidPattern">
120 <color alpha="255">
121 <red>255</red>
122 <green>255</green>
123 <blue>255</blue>
124 </color>
125 </brush>
126 </colorrole>
127 </active>
128 <inactive>
129 <colorrole role="WindowText">
130 <brush brushstyle="SolidPattern">
131 <color alpha="255">
132 <red>255</red>
133 <green>255</green>
134 <blue>255</blue>
135 </color>
136 </brush>
137 </colorrole>
138 </inactive>
139 <disabled>
140 <colorrole role="WindowText">
141 <brush brushstyle="SolidPattern">
142 <color alpha="255">
143 <red>143</red>
144 <green>146</green>
145 <blue>147</blue>
146 </color>
147 </brush>
148 </colorrole>
149 </disabled>
150 </palette>
151 </property>
152 <property name="text">
153 <string>00:00</string>
154 </property>
155 </widget>
156 </item>
Edric Milaret5927d042015-06-15 12:45:29 -0400157 <item row="1" column="2">
158 <widget class="QPushButton" name="hangupButton">
159 <property name="text">
160 <string>Hangup</string>
161 </property>
162 </widget>
163 </item>
164 <item row="1" column="4">
165 <widget class="QPushButton" name="moreButton">
166 <property name="text">
167 <string>...</string>
168 </property>
169 </widget>
170 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400171 </layout>
172 </widget>
173 <resources/>
174 <connections/>
175</ui>