~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to plugins/chartshape/dialogs/NewAxisDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

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>NewAxisDialog</class>
 
4
 <widget class="QDialog" name="NewAxisDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>325</width>
 
10
    <height>118</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>New Axis</string>
 
21
  </property>
 
22
  <property name="sizeGripEnabled">
 
23
   <bool>false</bool>
 
24
  </property>
 
25
  <property name="modal">
 
26
   <bool>false</bool>
 
27
  </property>
 
28
  <layout class="QGridLayout">
 
29
   <item row="0" column="0" colspan="5">
 
30
    <layout class="QHBoxLayout" name="horizontalLayout">
 
31
     <item>
 
32
      <widget class="QGroupBox" name="groupBox">
 
33
       <property name="sizePolicy">
 
34
        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
35
         <horstretch>0</horstretch>
 
36
         <verstretch>0</verstretch>
 
37
        </sizepolicy>
 
38
       </property>
 
39
       <property name="title">
 
40
        <string/>
 
41
       </property>
 
42
       <layout class="QGridLayout">
 
43
        <item row="0" column="0">
 
44
         <widget class="QRadioButton" name="dimensionIsX">
 
45
          <property name="text">
 
46
           <string/>
 
47
          </property>
 
48
          <property name="checked">
 
49
           <bool>true</bool>
 
50
          </property>
 
51
         </widget>
 
52
        </item>
 
53
        <item row="0" column="1">
 
54
         <widget class="QRadioButton" name="dimensionIsY">
 
55
          <property name="text">
 
56
           <string/>
 
57
          </property>
 
58
         </widget>
 
59
        </item>
 
60
       </layout>
 
61
      </widget>
 
62
     </item>
 
63
     <item>
 
64
      <widget class="QLabel" name="label">
 
65
       <property name="sizePolicy">
 
66
        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
67
         <horstretch>0</horstretch>
 
68
         <verstretch>0</verstretch>
 
69
        </sizepolicy>
 
70
       </property>
 
71
       <property name="text">
 
72
        <string>Title:</string>
 
73
       </property>
 
74
      </widget>
 
75
     </item>
 
76
     <item>
 
77
      <widget class="QLineEdit" name="title"/>
 
78
     </item>
 
79
    </layout>
 
80
   </item>
 
81
   <item row="2" column="2" colspan="3">
 
82
    <widget class="QDialogButtonBox" name="buttonBox">
 
83
     <property name="orientation">
 
84
      <enum>Qt::Horizontal</enum>
 
85
     </property>
 
86
     <property name="standardButtons">
 
87
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
88
     </property>
 
89
    </widget>
 
90
   </item>
 
91
   <item row="1" column="2">
 
92
    <spacer name="verticalSpacer">
 
93
     <property name="orientation">
 
94
      <enum>Qt::Vertical</enum>
 
95
     </property>
 
96
     <property name="sizeHint" stdset="0">
 
97
      <size>
 
98
       <width>0</width>
 
99
       <height>0</height>
 
100
      </size>
 
101
     </property>
 
102
    </spacer>
 
103
   </item>
 
104
  </layout>
 
105
 </widget>
 
106
 <resources/>
 
107
 <connections>
 
108
  <connection>
 
109
   <sender>buttonBox</sender>
 
110
   <signal>accepted()</signal>
 
111
   <receiver>NewAxisDialog</receiver>
 
112
   <slot>accept()</slot>
 
113
   <hints>
 
114
    <hint type="sourcelabel">
 
115
     <x>248</x>
 
116
     <y>254</y>
 
117
    </hint>
 
118
    <hint type="destinationlabel">
 
119
     <x>157</x>
 
120
     <y>274</y>
 
121
    </hint>
 
122
   </hints>
 
123
  </connection>
 
124
  <connection>
 
125
   <sender>buttonBox</sender>
 
126
   <signal>rejected()</signal>
 
127
   <receiver>NewAxisDialog</receiver>
 
128
   <slot>reject()</slot>
 
129
   <hints>
 
130
    <hint type="sourcelabel">
 
131
     <x>316</x>
 
132
     <y>260</y>
 
133
    </hint>
 
134
    <hint type="destinationlabel">
 
135
     <x>286</x>
 
136
     <y>274</y>
 
137
    </hint>
 
138
   </hints>
 
139
  </connection>
 
140
 </connections>
 
141
</ui>