1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>librepcb::CirclePropertiesDialog</class>
4 <widget class="QDialog" name="librepcb::CirclePropertiesDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>312</width>
10    <height>176</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Circle Properties</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QFormLayout" name="formLayout">
19     <property name="fieldGrowthPolicy">
20      <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
21     </property>
22     <item row="0" column="0">
23      <widget class="QLabel" name="label">
24       <property name="text">
25        <string>Layer:</string>
26       </property>
27      </widget>
28     </item>
29     <item row="0" column="1">
30      <widget class="QComboBox" name="cbxLayer"/>
31     </item>
32     <item row="1" column="0">
33      <widget class="QLabel" name="label_8">
34       <property name="text">
35        <string>Area:</string>
36       </property>
37      </widget>
38     </item>
39     <item row="1" column="1">
40      <layout class="QHBoxLayout" name="horizontalLayout">
41       <item>
42        <widget class="QCheckBox" name="cbxFillArea">
43         <property name="text">
44          <string>Filled</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QCheckBox" name="cbxIsGrabArea">
50         <property name="text">
51          <string>Grab Area</string>
52         </property>
53        </widget>
54       </item>
55      </layout>
56     </item>
57     <item row="2" column="0">
58      <widget class="QLabel" name="label_7">
59       <property name="text">
60        <string>Line Width:</string>
61       </property>
62      </widget>
63     </item>
64     <item row="3" column="0">
65      <widget class="QLabel" name="label_2">
66       <property name="text">
67        <string>Diameter:</string>
68       </property>
69      </widget>
70     </item>
71     <item row="4" column="0">
72      <widget class="QLabel" name="label_4">
73       <property name="text">
74        <string>Position:</string>
75       </property>
76      </widget>
77     </item>
78     <item row="4" column="1">
79      <layout class="QHBoxLayout" name="horizontalLayout_2">
80       <item>
81        <widget class="librepcb::LengthEdit" name="edtPosX" native="true"/>
82       </item>
83       <item>
84        <widget class="librepcb::LengthEdit" name="edtPosY" native="true"/>
85       </item>
86      </layout>
87     </item>
88     <item row="2" column="1">
89      <widget class="librepcb::UnsignedLengthEdit" name="edtLineWidth" native="true"/>
90     </item>
91     <item row="3" column="1">
92      <widget class="librepcb::PositiveLengthEdit" name="edtDiameter" native="true"/>
93     </item>
94    </layout>
95   </item>
96   <item>
97    <widget class="QDialogButtonBox" name="buttonBox">
98     <property name="orientation">
99      <enum>Qt::Horizontal</enum>
100     </property>
101     <property name="standardButtons">
102      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
103     </property>
104    </widget>
105   </item>
106  </layout>
107 </widget>
108 <customwidgets>
109  <customwidget>
110   <class>librepcb::LengthEdit</class>
111   <extends>QWidget</extends>
112   <header location="global">librepcb/common/widgets/lengthedit.h</header>
113   <container>1</container>
114  </customwidget>
115  <customwidget>
116   <class>librepcb::UnsignedLengthEdit</class>
117   <extends>QWidget</extends>
118   <header location="global">librepcb/common/widgets/unsignedlengthedit.h</header>
119   <container>1</container>
120  </customwidget>
121  <customwidget>
122   <class>librepcb::PositiveLengthEdit</class>
123   <extends>QWidget</extends>
124   <header location="global">librepcb/common/widgets/positivelengthedit.h</header>
125   <container>1</container>
126  </customwidget>
127 </customwidgets>
128 <tabstops>
129  <tabstop>cbxLayer</tabstop>
130  <tabstop>cbxFillArea</tabstop>
131  <tabstop>cbxIsGrabArea</tabstop>
132  <tabstop>edtLineWidth</tabstop>
133  <tabstop>edtDiameter</tabstop>
134  <tabstop>edtPosX</tabstop>
135  <tabstop>edtPosY</tabstop>
136 </tabstops>
137 <resources/>
138 <connections/>
139</ui>
140