~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_cadtoolbarsplines.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_CadToolBarSplines</class>
 
4
 <widget class="QWidget" name="QG_CadToolBarSplines">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>65</width>
 
10
    <height>448</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>65</width>
 
22
    <height>448</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="windowTitle">
 
26
   <string>Splines</string>
 
27
  </property>
 
28
  <widget class="QToolButton" name="bBack">
 
29
   <property name="geometry">
 
30
    <rect>
 
31
     <x>0</x>
 
32
     <y>0</y>
 
33
     <width>65</width>
 
34
     <height>20</height>
 
35
    </rect>
 
36
   </property>
 
37
   <property name="minimumSize">
 
38
    <size>
 
39
     <width>65</width>
 
40
     <height>20</height>
 
41
    </size>
 
42
   </property>
 
43
   <property name="maximumSize">
 
44
    <size>
 
45
     <width>65</width>
 
46
     <height>20</height>
 
47
    </size>
 
48
   </property>
 
49
   <property name="toolTip">
 
50
    <string>Back to main menu</string>
 
51
   </property>
 
52
   <property name="text">
 
53
    <string/>
 
54
   </property>
 
55
   <property name="icon">
 
56
    <iconset resource="../../../res/extui/extui.qrc">
 
57
     <normaloff>:/extui/back.png</normaloff>:/extui/back.png</iconset>
 
58
   </property>
 
59
   <property name="iconSize">
 
60
    <size>
 
61
     <width>65</width>
 
62
     <height>20</height>
 
63
    </size>
 
64
   </property>
 
65
  </widget>
 
66
  <widget class="QToolButton" name="bSpline">
 
67
   <property name="geometry">
 
68
    <rect>
 
69
     <x>0</x>
 
70
     <y>20</y>
 
71
     <width>32</width>
 
72
     <height>32</height>
 
73
    </rect>
 
74
   </property>
 
75
   <property name="minimumSize">
 
76
    <size>
 
77
     <width>32</width>
 
78
     <height>32</height>
 
79
    </size>
 
80
   </property>
 
81
   <property name="toolTip">
 
82
    <string>Spline</string>
 
83
   </property>
 
84
   <property name="text">
 
85
    <string/>
 
86
   </property>
 
87
   <property name="icon">
 
88
    <iconset resource="../../../res/extui/extui.qrc">
 
89
     <normaloff>:/extui/splinesnurbs.png</normaloff>:/extui/splinesnurbs.png</iconset>
 
90
   </property>
 
91
   <property name="iconSize">
 
92
    <size>
 
93
     <width>32</width>
 
94
     <height>32</height>
 
95
    </size>
 
96
   </property>
 
97
  </widget>
 
98
 </widget>
 
99
 <layoutdefault spacing="6" margin="11"/>
 
100
 <resources>
 
101
  <include location="../../../res/extui/extui.qrc"/>
 
102
 </resources>
 
103
 <connections>
 
104
  <connection>
 
105
   <sender>bSpline</sender>
 
106
   <signal>clicked()</signal>
 
107
   <receiver>QG_CadToolBarSplines</receiver>
 
108
   <slot>drawSpline()</slot>
 
109
   <hints>
 
110
    <hint type="sourcelabel">
 
111
     <x>20</x>
 
112
     <y>20</y>
 
113
    </hint>
 
114
    <hint type="destinationlabel">
 
115
     <x>20</x>
 
116
     <y>20</y>
 
117
    </hint>
 
118
   </hints>
 
119
  </connection>
 
120
  <connection>
 
121
   <sender>bBack</sender>
 
122
   <signal>clicked()</signal>
 
123
   <receiver>QG_CadToolBarSplines</receiver>
 
124
   <slot>back()</slot>
 
125
   <hints>
 
126
    <hint type="sourcelabel">
 
127
     <x>20</x>
 
128
     <y>20</y>
 
129
    </hint>
 
130
    <hint type="destinationlabel">
 
131
     <x>20</x>
 
132
     <y>20</y>
 
133
    </hint>
 
134
   </hints>
 
135
  </connection>
 
136
 </connections>
 
137
</ui>