blob: 4054cf46605aab81614a04c520c0d58882e2a7f9 [file] [log] [blame]
Nicolas Jager584a80e2016-03-18 16:10:00 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RingButton</class>
4 <widget class="QWidget" name="RingButton">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>433</width>
10 <height>41</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>0</width>
16 <height>30</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>16777215</width>
22 <height>41</height>
23 </size>
24 </property>
25 <property name="windowTitle">
Edric Milaret41941582016-09-14 12:59:04 -040026 <string/>
Nicolas Jager584a80e2016-03-18 16:10:00 -040027 </property>
28 <property name="autoFillBackground">
29 <bool>true</bool>
30 </property>
31 <layout class="QHBoxLayout" name="horizontalLayout_2">
32 <property name="spacing">
33 <number>0</number>
34 </property>
35 <property name="leftMargin">
36 <number>0</number>
37 </property>
38 <property name="topMargin">
39 <number>0</number>
40 </property>
41 <property name="rightMargin">
42 <number>0</number>
43 </property>
44 <property name="bottomMargin">
45 <number>0</number>
46 </property>
47 <item>
48 <widget class="QLabel" name="button">
49 <property name="maximumSize">
50 <size>
51 <width>16777215</width>
52 <height>30</height>
53 </size>
54 </property>
55 <property name="styleSheet">
56 <string notr="true">text-align:left;
57font: 11pt &quot;Sans Serif&quot;;
58padding: 2px;
59color: rgb(77, 77, 77);
60border-radius: 0px;
61border-style: solid;
62border-width: 2px;
63border-color: rgb(77, 77, 77);
64border-top: transparent;
65border-left: transparent;
66border-right: transparent;</string>
67 </property>
68 <property name="text">
Edric Milaret41941582016-09-14 12:59:04 -040069 <string/>
Nicolas Jager584a80e2016-03-18 16:10:00 -040070 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QWidget" name="widget" native="true">
75 <property name="minimumSize">
76 <size>
77 <width>30</width>
78 <height>30</height>
79 </size>
80 </property>
81 <property name="maximumSize">
82 <size>
83 <width>30</width>
84 <height>30</height>
85 </size>
86 </property>
87 <property name="styleSheet">
88 <string notr="true">border-radius: 0px;
89border-style: solid;
90border-width: 2px;
91border-color: rgb(77, 77, 77);
92border-top: transparent;
93border-left: transparent;
94border-right: transparent;</string>
95 </property>
96 <layout class="QVBoxLayout" name="verticalLayout">
97 <property name="spacing">
98 <number>0</number>
99 </property>
100 <property name="leftMargin">
101 <number>0</number>
102 </property>
103 <property name="topMargin">
104 <number>0</number>
105 </property>
106 <property name="rightMargin">
107 <number>0</number>
108 </property>
109 <property name="bottomMargin">
110 <number>0</number>
111 </property>
112 <item>
113 <spacer name="verticalSpacer">
114 <property name="orientation">
115 <enum>Qt::Vertical</enum>
116 </property>
117 <property name="sizeHint" stdset="0">
118 <size>
119 <width>20</width>
120 <height>40</height>
121 </size>
122 </property>
123 </spacer>
124 </item>
125 <item>
126 <widget class="QLabel" name="icon">
127 <property name="minimumSize">
128 <size>
129 <width>18</width>
130 <height>18</height>
131 </size>
132 </property>
133 <property name="maximumSize">
134 <size>
135 <width>18</width>
136 <height>18</height>
137 </size>
138 </property>
139 <property name="layoutDirection">
140 <enum>Qt::LeftToRight</enum>
141 </property>
142 <property name="styleSheet">
143 <string notr="true">border-radius: 0px;
144border: transparent;</string>
145 </property>
146 <property name="text">
147 <string/>
148 </property>
149 <property name="pixmap">
150 <pixmap resource="ressources.qrc">:/images/icons/ic_folder_black_18dp_2x.png</pixmap>
151 </property>
152 <property name="scaledContents">
153 <bool>true</bool>
154 </property>
155 <property name="alignment">
156 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <spacer name="verticalSpacer_2">
162 <property name="orientation">
163 <enum>Qt::Vertical</enum>
164 </property>
165 <property name="sizeHint" stdset="0">
166 <size>
167 <width>20</width>
168 <height>40</height>
169 </size>
170 </property>
171 </spacer>
172 </item>
173 </layout>
174 </widget>
175 </item>
176 </layout>
177 </widget>
178 <resources>
179 <include location="ressources.qrc"/>
180 </resources>
181 <connections/>
182</ui>