-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSIREN_dockwidget_base.ui
executable file
·111 lines (111 loc) · 2.8 KB
/
SIREN_dockwidget_base.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SIRENDockWidgetBase</class>
<widget class="QDockWidget" name="SIRENDockWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>225</width>
<height>253</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>253</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>524287</width>
<height>253</height>
</size>
</property>
<property name="windowTitle">
<string>SIREN</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="databaseSelectorBox">
<property name="minimumSize">
<size>
<width>0</width>
<height>13</height>
</size>
</property>
<property name="title">
<string>Base de Données</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QComboBox" name="databaseSelector">
<item>
<property name="text">
<string>DB 1</string>
</property>
</item>
<item>
<property name="text">
<string>DB 2</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="positionsSelectorBox">
<property name="title">
<string>Affiche des positions</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="checkBoxBrut">
<property name="text">
<string>Affiche brut</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxCorrected">
<property name="text">
<string>Affichage corrigé</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxDifference">
<property name="text">
<string>Affichage de la différence</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item alignment="Qt::AlignBottom">
<widget class="QPushButton" name="liveButton">
<property name="text">
<string>Live</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>