blob: 19a3c003ed2fa15e7cb234ec008762f2a8cdfe1c [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 Milaret303bbf12015-06-22 14:24:13 -040013 <property name="acceptDrops">
14 <bool>false</bool>
15 </property>
Edric Milaret029b95a2015-06-09 09:51:44 -040016 <property name="windowTitle">
17 <string>Form</string>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
Edric Milaret029b95a2015-06-09 09:51:44 -040020 <item row="1" column="1">
21 <widget class="QPushButton" name="holdButton">
22 <property name="text">
23 <string>Hold</string>
24 </property>
25 <property name="checkable">
26 <bool>true</bool>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="3">
31 <widget class="QPushButton" name="chatButton">
32 <property name="text">
33 <string>Chat</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <spacer name="horizontalSpacer">
39 <property name="orientation">
40 <enum>Qt::Horizontal</enum>
41 </property>
42 <property name="sizeHint" stdset="0">
43 <size>
44 <width>40</width>
45 <height>20</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
Edric Milaret5927d042015-06-15 12:45:29 -040050 <item row="1" column="5">
Edric Milaret029b95a2015-06-09 09:51:44 -040051 <spacer name="horizontalSpacer_2">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
54 </property>
55 <property name="sizeHint" stdset="0">
56 <size>
57 <width>40</width>
58 <height>20</height>
59 </size>
60 </property>
61 </spacer>
62 </item>
63 <item row="0" column="0" alignment="Qt::AlignTop">
64 <widget class="QLabel" name="nameLabel">
65 <property name="palette">
66 <palette>
67 <active>
68 <colorrole role="WindowText">
69 <brush brushstyle="SolidPattern">
70 <color alpha="255">
71 <red>255</red>
72 <green>255</green>
73 <blue>255</blue>
74 </color>
75 </brush>
76 </colorrole>
77 </active>
78 <inactive>
79 <colorrole role="WindowText">
80 <brush brushstyle="SolidPattern">
81 <color alpha="255">
82 <red>255</red>
83 <green>255</green>
84 <blue>255</blue>
85 </color>
86 </brush>
87 </colorrole>
88 </inactive>
89 <disabled>
90 <colorrole role="WindowText">
91 <brush brushstyle="SolidPattern">
92 <color alpha="255">
93 <red>143</red>
94 <green>146</green>
95 <blue>147</blue>
96 </color>
97 </brush>
98 </colorrole>
99 </disabled>
100 </palette>
101 </property>
102 <property name="text">
103 <string/>
104 </property>
105 </widget>
106 </item>
Edric Milaret5927d042015-06-15 12:45:29 -0400107 <item row="0" column="5" alignment="Qt::AlignRight|Qt::AlignTop">
Edric Milaret029b95a2015-06-09 09:51:44 -0400108 <widget class="QLabel" name="timerLabel">
109 <property name="palette">
110 <palette>
111 <active>
112 <colorrole role="WindowText">
113 <brush brushstyle="SolidPattern">
114 <color alpha="255">
115 <red>255</red>
116 <green>255</green>
117 <blue>255</blue>
118 </color>
119 </brush>
120 </colorrole>
121 </active>
122 <inactive>
123 <colorrole role="WindowText">
124 <brush brushstyle="SolidPattern">
125 <color alpha="255">
126 <red>255</red>
127 <green>255</green>
128 <blue>255</blue>
129 </color>
130 </brush>
131 </colorrole>
132 </inactive>
133 <disabled>
134 <colorrole role="WindowText">
135 <brush brushstyle="SolidPattern">
136 <color alpha="255">
137 <red>143</red>
138 <green>146</green>
139 <blue>147</blue>
140 </color>
141 </brush>
142 </colorrole>
143 </disabled>
144 </palette>
145 </property>
146 <property name="text">
147 <string>00:00</string>
148 </property>
149 </widget>
150 </item>
Edric Milaret5927d042015-06-15 12:45:29 -0400151 <item row="1" column="2">
152 <widget class="QPushButton" name="hangupButton">
153 <property name="text">
154 <string>Hangup</string>
155 </property>
156 </widget>
157 </item>
158 <item row="1" column="4">
159 <widget class="QPushButton" name="moreButton">
160 <property name="text">
161 <string>...</string>
162 </property>
163 </widget>
164 </item>
Edric Milaret029b95a2015-06-09 09:51:44 -0400165 </layout>
166 </widget>
167 <resources/>
168 <connections/>
169</ui>