source: qutecom-coip/gui/src/statusbar/statusbar.ui @ 285:781effc182ea

Last change on this file since 285:781effc182ea was 285:781effc182ea, checked in by laurent <laurent@…>, 22 months ago

fix status bar button

File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StatusBar</class>
4 <widget class="QWidget" name="StatusBar">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>220</width>
10    <height>20</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>10</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="maximumSize">
20   <size>
21    <width>16777215</width>
22    <height>50</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Form</string>
27  </property>
28  <layout class="QHBoxLayout" name="horizontalLayout">
29   <property name="spacing">
30    <number>0</number>
31   </property>
32   <property name="margin">
33    <number>0</number>
34   </property>
35   <item>
36    <widget class="QPushButton" name="pushButtonAdd">
37     <property name="sizePolicy">
38      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
39       <horstretch>0</horstretch>
40       <verstretch>0</verstretch>
41      </sizepolicy>
42     </property>
43     <property name="styleSheet">
44      <string notr="true">QPushButton {
45        border: 1px solid #8f8f91;
46       
47    border-radius: 6px;
48 }
49</string>
50     </property>
51     <property name="text">
52      <string/>
53     </property>
54     <property name="flat">
55      <bool>true</bool>
56     </property>
57    </widget>
58   </item>
59   <item>
60    <spacer name="horizontalSpacer">
61     <property name="orientation">
62      <enum>Qt::Horizontal</enum>
63     </property>
64     <property name="sizeHint" stdset="0">
65      <size>
66       <width>40</width>
67       <height>20</height>
68      </size>
69     </property>
70    </spacer>
71   </item>
72   <item>
73    <widget class="QPushButton" name="pushButtonChat">
74     <property name="sizePolicy">
75      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
76       <horstretch>0</horstretch>
77       <verstretch>0</verstretch>
78      </sizepolicy>
79     </property>
80     <property name="maximumSize">
81      <size>
82       <width>16777215</width>
83       <height>16777215</height>
84      </size>
85     </property>
86     <property name="styleSheet">
87      <string notr="true">QPushButton {
88        border: 1px solid #8f8f91;
89       
90    border-top-left-radius: 6px;
91        border-bottom-left-radius: 6px;
92        border-top-right-radius: 0px;
93        border-bottom-right-radius: 0px;
94 }
95</string>
96     </property>
97     <property name="text">
98      <string/>
99     </property>
100     <property name="flat">
101      <bool>true</bool>
102     </property>
103    </widget>
104   </item>
105   <item>
106    <widget class="QPushButton" name="pushButtonAudio">
107     <property name="sizePolicy">
108      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
109       <horstretch>0</horstretch>
110       <verstretch>0</verstretch>
111      </sizepolicy>
112     </property>
113     <property name="styleSheet">
114      <string notr="true">QPushButton {
115        border: 1px solid #8f8f91;
116       
117    border-top-left-radius: 0px;
118        border-bottom-left-radius: 0px;
119        border-top-right-radius: 0px;
120        border-bottom-right-radius: 0px;
121 }
122</string>
123     </property>
124     <property name="text">
125      <string/>
126     </property>
127     <property name="flat">
128      <bool>true</bool>
129     </property>
130    </widget>
131   </item>
132   <item>
133    <widget class="QPushButton" name="pushButtonVideo">
134     <property name="sizePolicy">
135      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
136       <horstretch>0</horstretch>
137       <verstretch>0</verstretch>
138      </sizepolicy>
139     </property>
140     <property name="styleSheet">
141      <string notr="true">QPushButton {
142        border: 1px solid #8f8f91;
143       
144    border-top-left-radius: 0px;
145        border-bottom-left-radius: 0px;
146        border-top-right-radius: 6px;
147        border-bottom-right-radius: 6px;
148 }</string>
149     </property>
150     <property name="text">
151      <string/>
152     </property>
153     <property name="flat">
154      <bool>true</bool>
155     </property>
156    </widget>
157   </item>
158   <item>
159    <spacer name="horizontalSpacer_2">
160     <property name="orientation">
161      <enum>Qt::Horizontal</enum>
162     </property>
163     <property name="sizeHint" stdset="0">
164      <size>
165       <width>40</width>
166       <height>20</height>
167      </size>
168     </property>
169    </spacer>
170   </item>
171  </layout>
172 </widget>
173 <resources>
174  <include location="../../resources/pix/pix.qrc"/>
175 </resources>
176 <connections/>
177</ui>
Note: See TracBrowser for help on using the repository browser.