~ubuntu-branches/debian/sid/librecad/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2013-12-09 23:29:24 UTC
  • mfrom: (0.2.9) (11.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20131209232924-3w7aau9lo2bdv32c
Tags: 2.0.0~rc3+nolibs-1
* Merge from experimental to unstable.
* New upstream release.

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_MouseWidget</class>
 
4
 <widget class="QWidget" name="QG_MouseWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>318</width>
 
10
    <height>28</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>300</width>
 
22
    <height>28</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>500</width>
 
28
    <height>50</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>Mouse</string>
 
33
  </property>
 
34
  <layout class="QGridLayout">
 
35
   <property name="margin">
 
36
    <number>0</number>
 
37
   </property>
 
38
   <property name="spacing">
 
39
    <number>5</number>
 
40
   </property>
 
41
   <item row="0" column="2">
 
42
    <widget class="QLabel" name="lRightButton">
 
43
     <property name="sizePolicy">
 
44
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
45
       <horstretch>0</horstretch>
 
46
       <verstretch>0</verstretch>
 
47
      </sizepolicy>
 
48
     </property>
 
49
     <property name="minimumSize">
 
50
      <size>
 
51
       <width>0</width>
 
52
       <height>28</height>
 
53
      </size>
 
54
     </property>
 
55
     <property name="maximumSize">
 
56
      <size>
 
57
       <width>32767</width>
 
58
       <height>28</height>
 
59
      </size>
 
60
     </property>
 
61
     <property name="font">
 
62
      <font>
 
63
       <family>Helvetica</family>
 
64
      </font>
 
65
     </property>
 
66
     <property name="text">
 
67
      <string>Right</string>
 
68
     </property>
 
69
     <property name="alignment">
 
70
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
71
     </property>
 
72
     <property name="wordWrap">
 
73
      <bool>false</bool>
 
74
     </property>
 
75
    </widget>
 
76
   </item>
 
77
   <item row="0" column="0">
 
78
    <widget class="QLabel" name="lLeftButton">
 
79
     <property name="sizePolicy">
 
80
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
81
       <horstretch>0</horstretch>
 
82
       <verstretch>0</verstretch>
 
83
      </sizepolicy>
 
84
     </property>
 
85
     <property name="minimumSize">
 
86
      <size>
 
87
       <width>0</width>
 
88
       <height>27</height>
 
89
      </size>
 
90
     </property>
 
91
     <property name="maximumSize">
 
92
      <size>
 
93
       <width>32767</width>
 
94
       <height>28</height>
 
95
      </size>
 
96
     </property>
 
97
     <property name="font">
 
98
      <font>
 
99
       <family>Helvetica</family>
 
100
      </font>
 
101
     </property>
 
102
     <property name="frameShape">
 
103
      <enum>QFrame::NoFrame</enum>
 
104
     </property>
 
105
     <property name="frameShadow">
 
106
      <enum>QFrame::Plain</enum>
 
107
     </property>
 
108
     <property name="text">
 
109
      <string>Left</string>
 
110
     </property>
 
111
     <property name="alignment">
 
112
      <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
 
113
     </property>
 
114
     <property name="wordWrap">
 
115
      <bool>false</bool>
 
116
     </property>
 
117
    </widget>
 
118
   </item>
 
119
   <item row="0" column="1">
 
120
    <widget class="QToolButton" name="toolButton">
 
121
     <property name="text">
 
122
      <string>...</string>
 
123
     </property>
 
124
     <property name="icon">
 
125
      <iconset resource="../../../res/ui/ui.qrc">
 
126
       <normaloff>:/ui/mouse.png</normaloff>:/ui/mouse.png</iconset>
 
127
     </property>
 
128
    </widget>
 
129
   </item>
 
130
  </layout>
 
131
 </widget>
 
132
 <layoutdefault spacing="6" margin="11"/>
 
133
 <resources>
 
134
  <include location="../../../res/ui/ui.qrc"/>
 
135
 </resources>
 
136
 <connections/>
 
137
</ui>