~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Preferences/ConfigurationDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ConfigurationDialog</class>
 
3
 <widget class="QDialog" name="ConfigurationDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>900</width>
 
9
    <height>650</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Preferences</string>
 
14
  </property>
 
15
  <property name="sizeGripEnabled" >
 
16
   <bool>true</bool>
 
17
  </property>
 
18
  <layout class="QGridLayout" >
 
19
   <property name="margin" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item row="1" column="0" >
 
26
    <widget class="QDialogButtonBox" name="buttonBox" >
 
27
     <property name="orientation" >
 
28
      <enum>Qt::Horizontal</enum>
 
29
     </property>
 
30
     <property name="standardButtons" >
 
31
      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item row="0" column="0" >
 
36
    <widget class="QSplitter" name="configSplitter" >
 
37
     <property name="orientation" >
 
38
      <enum>Qt::Horizontal</enum>
 
39
     </property>
 
40
     <widget class="QTreeWidget" name="configList" >
 
41
      <property name="sizePolicy" >
 
42
       <sizepolicy>
 
43
        <hsizetype>7</hsizetype>
 
44
        <vsizetype>7</vsizetype>
 
45
        <horstretch>30</horstretch>
 
46
        <verstretch>0</verstretch>
 
47
       </sizepolicy>
 
48
      </property>
 
49
      <property name="sortingEnabled" >
 
50
       <bool>true</bool>
 
51
      </property>
 
52
      <column>
 
53
       <property name="text" >
 
54
        <string>Name</string>
 
55
       </property>
 
56
      </column>
 
57
     </widget>
 
58
     <widget class="QStackedWidget" name="configStack" >
 
59
      <property name="sizePolicy" >
 
60
       <sizepolicy>
 
61
        <hsizetype>7</hsizetype>
 
62
        <vsizetype>7</vsizetype>
 
63
        <horstretch>70</horstretch>
 
64
        <verstretch>0</verstretch>
 
65
       </sizepolicy>
 
66
      </property>
 
67
      <property name="frameShape" >
 
68
       <enum>QFrame::Box</enum>
 
69
      </property>
 
70
      <property name="frameShadow" >
 
71
       <enum>QFrame::Sunken</enum>
 
72
      </property>
 
73
      <property name="currentIndex" >
 
74
       <number>0</number>
 
75
      </property>
 
76
      <widget class="QWidget" name="emptyPage" >
 
77
       <layout class="QVBoxLayout" >
 
78
        <property name="margin" >
 
79
         <number>6</number>
 
80
        </property>
 
81
        <property name="spacing" >
 
82
         <number>6</number>
 
83
        </property>
 
84
        <item>
 
85
         <spacer>
 
86
          <property name="orientation" >
 
87
           <enum>Qt::Vertical</enum>
 
88
          </property>
 
89
          <property name="sizeType" >
 
90
           <enum>QSizePolicy::Expanding</enum>
 
91
          </property>
 
92
          <property name="sizeHint" >
 
93
           <size>
 
94
            <width>20</width>
 
95
            <height>20</height>
 
96
           </size>
 
97
          </property>
 
98
         </spacer>
 
99
        </item>
 
100
        <item>
 
101
         <widget class="QLabel" name="emptyPagePixmap" >
 
102
          <property name="text" >
 
103
           <string/>
 
104
          </property>
 
105
          <property name="alignment" >
 
106
           <set>Qt::AlignCenter</set>
 
107
          </property>
 
108
         </widget>
 
109
        </item>
 
110
        <item>
 
111
         <widget class="QLabel" name="textLabel1" >
 
112
          <property name="text" >
 
113
           <string>Please select an entry of the list 
 
114
to display the configuration page.</string>
 
115
          </property>
 
116
          <property name="alignment" >
 
117
           <set>Qt::AlignCenter</set>
 
118
          </property>
 
119
         </widget>
 
120
        </item>
 
121
        <item>
 
122
         <spacer>
 
123
          <property name="orientation" >
 
124
           <enum>Qt::Vertical</enum>
 
125
          </property>
 
126
          <property name="sizeType" >
 
127
           <enum>QSizePolicy::Expanding</enum>
 
128
          </property>
 
129
          <property name="sizeHint" >
 
130
           <size>
 
131
            <width>20</width>
 
132
            <height>40</height>
 
133
           </size>
 
134
          </property>
 
135
         </spacer>
 
136
        </item>
 
137
       </layout>
 
138
      </widget>
 
139
     </widget>
 
140
    </widget>
 
141
   </item>
 
142
  </layout>
 
143
 </widget>
 
144
 <layoutdefault spacing="6" margin="11" />
 
145
 <tabstops>
 
146
  <tabstop>configList</tabstop>
 
147
  <tabstop>configStack</tabstop>
 
148
 </tabstops>
 
149
 <resources/>
 
150
 <connections>
 
151
  <connection>
 
152
   <sender>buttonBox</sender>
 
153
   <signal>accepted()</signal>
 
154
   <receiver>ConfigurationDialog</receiver>
 
155
   <slot>accept()</slot>
 
156
   <hints>
 
157
    <hint type="sourcelabel" >
 
158
     <x>517</x>
 
159
     <y>632</y>
 
160
    </hint>
 
161
    <hint type="destinationlabel" >
 
162
     <x>529</x>
 
163
     <y>649</y>
 
164
    </hint>
 
165
   </hints>
 
166
  </connection>
 
167
  <connection>
 
168
   <sender>buttonBox</sender>
 
169
   <signal>rejected()</signal>
 
170
   <receiver>ConfigurationDialog</receiver>
 
171
   <slot>reject()</slot>
 
172
   <hints>
 
173
    <hint type="sourcelabel" >
 
174
     <x>612</x>
 
175
     <y>624</y>
 
176
    </hint>
 
177
    <hint type="destinationlabel" >
 
178
     <x>620</x>
 
179
     <y>644</y>
 
180
    </hint>
 
181
   </hints>
 
182
  </connection>
 
183
 </connections>
 
184
</ui>