~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_dlgmirror.ui

  • Committer: Scott Howard
  • Date: 2014-02-21 19:07:55 UTC
  • Revision ID: showard@debian.org-20140221190755-csjax9wb146hgdq4
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QG_DlgMirror</class>
 
4
 <widget class="QDialog" name="QG_DlgMirror">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>357</width>
 
10
    <height>195</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>300</width>
 
22
    <height>190</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="windowTitle">
 
26
   <string>Mirroring Options</string>
 
27
  </property>
 
28
  <layout class="QGridLayout">
 
29
   <item row="4" column="0" colspan="2">
 
30
    <widget class="QDialogButtonBox" name="buttonBox">
 
31
     <property name="standardButtons">
 
32
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
33
     </property>
 
34
    </widget>
 
35
   </item>
 
36
   <item row="2" column="1">
 
37
    <widget class="QCheckBox" name="cbCurrentAttributes">
 
38
     <property name="text">
 
39
      <string>Use current &amp;attributes</string>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item row="3" column="1">
 
44
    <widget class="QCheckBox" name="cbCurrentLayer">
 
45
     <property name="text">
 
46
      <string>Use current &amp;layer</string>
 
47
     </property>
 
48
    </widget>
 
49
   </item>
 
50
   <item row="0" column="1">
 
51
    <widget class="QToolButton" name="toolButton">
 
52
     <property name="text">
 
53
      <string>...</string>
 
54
     </property>
 
55
     <property name="icon">
 
56
      <iconset resource="../../../res/extui/extui.qrc">
 
57
       <normaloff>:/extui/dlgmodifymirror.png</normaloff>:/extui/dlgmodifymirror.png</iconset>
 
58
     </property>
 
59
     <property name="iconSize">
 
60
      <size>
 
61
       <width>80</width>
 
62
       <height>80</height>
 
63
      </size>
 
64
     </property>
 
65
    </widget>
 
66
   </item>
 
67
   <item row="0" column="0" rowspan="4">
 
68
    <widget class="QGroupBox" name="bgNumber">
 
69
     <property name="title">
 
70
      <string>Number of copies</string>
 
71
     </property>
 
72
     <layout class="QVBoxLayout">
 
73
      <item>
 
74
       <widget class="QRadioButton" name="rbMove">
 
75
        <property name="sizePolicy">
 
76
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
77
          <horstretch>0</horstretch>
 
78
          <verstretch>0</verstretch>
 
79
         </sizepolicy>
 
80
        </property>
 
81
        <property name="minimumSize">
 
82
         <size>
 
83
          <width>0</width>
 
84
          <height>18</height>
 
85
         </size>
 
86
        </property>
 
87
        <property name="text">
 
88
         <string>&amp;Delete Original</string>
 
89
        </property>
 
90
       </widget>
 
91
      </item>
 
92
      <item>
 
93
       <widget class="QRadioButton" name="rbCopy">
 
94
        <property name="sizePolicy">
 
95
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
96
          <horstretch>0</horstretch>
 
97
          <verstretch>0</verstretch>
 
98
         </sizepolicy>
 
99
        </property>
 
100
        <property name="minimumSize">
 
101
         <size>
 
102
          <width>0</width>
 
103
          <height>18</height>
 
104
         </size>
 
105
        </property>
 
106
        <property name="text">
 
107
         <string>&amp;Keep Original</string>
 
108
        </property>
 
109
       </widget>
 
110
      </item>
 
111
      <item>
 
112
       <spacer name="spacer7">
 
113
        <property name="orientation">
 
114
         <enum>Qt::Vertical</enum>
 
115
        </property>
 
116
        <property name="sizeType">
 
117
         <enum>QSizePolicy::Expanding</enum>
 
118
        </property>
 
119
        <property name="sizeHint" stdset="0">
 
120
         <size>
 
121
          <width>20</width>
 
122
          <height>21</height>
 
123
         </size>
 
124
        </property>
 
125
       </spacer>
 
126
      </item>
 
127
     </layout>
 
128
    </widget>
 
129
   </item>
 
130
  </layout>
 
131
 </widget>
 
132
 <layoutdefault spacing="6" margin="11"/>
 
133
 <resources>
 
134
  <include location="../../../res/extui/extui.qrc"/>
 
135
 </resources>
 
136
 <connections>
 
137
  <connection>
 
138
   <sender>buttonBox</sender>
 
139
   <signal>accepted()</signal>
 
140
   <receiver>QG_DlgMirror</receiver>
 
141
   <slot>accept()</slot>
 
142
   <hints>
 
143
    <hint type="sourcelabel">
 
144
     <x>178</x>
 
145
     <y>178</y>
 
146
    </hint>
 
147
    <hint type="destinationlabel">
 
148
     <x>20</x>
 
149
     <y>20</y>
 
150
    </hint>
 
151
   </hints>
 
152
  </connection>
 
153
  <connection>
 
154
   <sender>buttonBox</sender>
 
155
   <signal>rejected()</signal>
 
156
   <receiver>QG_DlgMirror</receiver>
 
157
   <slot>reject()</slot>
 
158
   <hints>
 
159
    <hint type="sourcelabel">
 
160
     <x>178</x>
 
161
     <y>178</y>
 
162
    </hint>
 
163
    <hint type="destinationlabel">
 
164
     <x>20</x>
 
165
     <y>20</y>
 
166
    </hint>
 
167
   </hints>
 
168
  </connection>
 
169
 </connections>
 
170
</ui>