~ubuntu-branches/ubuntu/karmic/ugene/karmic

« back to all changes in this revision

Viewing changes to src/ugene/src/app_settings/ui/AppSettingsDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Efremov
  • Date: 2009-01-26 19:17:51 UTC
  • Revision ID: james.westby@ubuntu.com-20090126191751-9kqqevd3yf4o098r
Tags: upstream-1.3.2+repack
ImportĀ upstreamĀ versionĀ 1.3.2+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>AppSettingsDialog</class>
 
3
 <widget class="QDialog" name="AppSettingsDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>789</width>
 
9
    <height>535</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>AppSettingsDialog</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <layout class="QHBoxLayout" name="treeLayout" >
 
18
     <item>
 
19
      <widget class="QTreeWidget" name="tree" >
 
20
       <property name="sizePolicy" >
 
21
        <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
 
22
         <horstretch>0</horstretch>
 
23
         <verstretch>0</verstretch>
 
24
        </sizepolicy>
 
25
       </property>
 
26
       <property name="minimumSize" >
 
27
        <size>
 
28
         <width>200</width>
 
29
         <height>200</height>
 
30
        </size>
 
31
       </property>
 
32
       <property name="maximumSize" >
 
33
        <size>
 
34
         <width>200</width>
 
35
         <height>16777215</height>
 
36
        </size>
 
37
       </property>
 
38
       <property name="rootIsDecorated" >
 
39
        <bool>false</bool>
 
40
       </property>
 
41
       <property name="sortingEnabled" >
 
42
        <bool>false</bool>
 
43
       </property>
 
44
       <property name="headerHidden" >
 
45
        <bool>true</bool>
 
46
       </property>
 
47
       <column>
 
48
        <property name="text" >
 
49
         <string>1</string>
 
50
        </property>
 
51
       </column>
 
52
      </widget>
 
53
     </item>
 
54
     <item>
 
55
      <widget class="QGroupBox" name="settingsBox" >
 
56
       <property name="title" >
 
57
        <string/>
 
58
       </property>
 
59
      </widget>
 
60
     </item>
 
61
    </layout>
 
62
   </item>
 
63
   <item>
 
64
    <layout class="QHBoxLayout" name="buttonsLayout" >
 
65
     <item>
 
66
      <spacer name="horizontalSpacer" >
 
67
       <property name="orientation" >
 
68
        <enum>Qt::Horizontal</enum>
 
69
       </property>
 
70
       <property name="sizeHint" stdset="0" >
 
71
        <size>
 
72
         <width>200</width>
 
73
         <height>22</height>
 
74
        </size>
 
75
       </property>
 
76
      </spacer>
 
77
     </item>
 
78
     <item>
 
79
      <widget class="QPushButton" name="okButton" >
 
80
       <property name="text" >
 
81
        <string>ok</string>
 
82
       </property>
 
83
      </widget>
 
84
     </item>
 
85
     <item>
 
86
      <widget class="QPushButton" name="cancelButton" >
 
87
       <property name="text" >
 
88
        <string>cancel</string>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
    </layout>
 
93
   </item>
 
94
  </layout>
 
95
 </widget>
 
96
 <resources/>
 
97
 <connections>
 
98
  <connection>
 
99
   <sender>cancelButton</sender>
 
100
   <signal>clicked()</signal>
 
101
   <receiver>AppSettingsDialog</receiver>
 
102
   <slot>reject()</slot>
 
103
   <hints>
 
104
    <hint type="sourcelabel" >
 
105
     <x>601</x>
 
106
     <y>513</y>
 
107
    </hint>
 
108
    <hint type="destinationlabel" >
 
109
     <x>324</x>
 
110
     <y>267</y>
 
111
    </hint>
 
112
   </hints>
 
113
  </connection>
 
114
  <connection>
 
115
   <sender>okButton</sender>
 
116
   <signal>clicked()</signal>
 
117
   <receiver>AppSettingsDialog</receiver>
 
118
   <slot>accept()</slot>
 
119
   <hints>
 
120
    <hint type="sourcelabel" >
 
121
     <x>518</x>
 
122
     <y>513</y>
 
123
    </hint>
 
124
    <hint type="destinationlabel" >
 
125
     <x>324</x>
 
126
     <y>267</y>
 
127
    </hint>
 
128
   </hints>
 
129
  </connection>
 
130
 </connections>
 
131
</ui>