blob: a30cd107e62500e81955202a7c6a7da799c3ce13 [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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400139 <property name="toolTip">
140 <string>Select folder</string>
141 </property>
Nicolas Jager584a80e2016-03-18 16:10:00 -0400142 <property name="layoutDirection">
143 <enum>Qt::LeftToRight</enum>
144 </property>
145 <property name="styleSheet">
146 <string notr="true">border-radius: 0px;
147border: transparent;</string>
148 </property>
149 <property name="text">
150 <string/>
151 </property>
152 <property name="pixmap">
153 <pixmap resource="ressources.qrc">:/images/icons/ic_folder_black_18dp_2x.png</pixmap>
154 </property>
155 <property name="scaledContents">
156 <bool>true</bool>
157 </property>
158 <property name="alignment">
159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <spacer name="verticalSpacer_2">
165 <property name="orientation">
166 <enum>Qt::Vertical</enum>
167 </property>
168 <property name="sizeHint" stdset="0">
169 <size>
170 <width>20</width>
171 <height>40</height>
172 </size>
173 </property>
174 </spacer>
175 </item>
176 </layout>
177 </widget>
178 </item>
179 </layout>
180 </widget>
181 <resources>
182 <include location="ressources.qrc"/>
183 </resources>
184 <connections/>
185</ui>