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

« back to all changes in this revision

Viewing changes to eric/Project/CreateDialogCodeDialog.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>CreateDialogCodeDialog</class>
 
3
 <widget class="QDialog" name="CreateDialogCodeDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>584</width>
 
9
    <height>466</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Forms code generator</string>
 
14
  </property>
 
15
  <property name="sizeGripEnabled" >
 
16
   <bool>true</bool>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <layout class="QGridLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
 
31
      <number>6</number>
 
32
     </property>
 
33
     <item row="1" column="0" >
 
34
      <widget class="QLabel" name="label_2" >
 
35
       <property name="text" >
 
36
        <string>&amp;Filename:</string>
 
37
       </property>
 
38
       <property name="buddy" >
 
39
        <cstring>filenameEdit</cstring>
 
40
       </property>
 
41
      </widget>
 
42
     </item>
 
43
     <item row="0" column="2" colspan="2" >
 
44
      <widget class="QPushButton" name="newButton" >
 
45
       <property name="toolTip" >
 
46
        <string>Press to generate a new forms class</string>
 
47
       </property>
 
48
       <property name="text" >
 
49
        <string>&amp;New...</string>
 
50
       </property>
 
51
      </widget>
 
52
     </item>
 
53
     <item row="0" column="0" >
 
54
      <widget class="QLabel" name="label" >
 
55
       <property name="text" >
 
56
        <string>&amp;Classname:</string>
 
57
       </property>
 
58
       <property name="buddy" >
 
59
        <cstring>classNameCombo</cstring>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
     <item row="2" column="3" >
 
64
      <widget class="QToolButton" name="clearFilterButton" >
 
65
       <property name="text" >
 
66
        <string/>
 
67
       </property>
 
68
      </widget>
 
69
     </item>
 
70
     <item row="0" column="1" >
 
71
      <widget class="QComboBox" name="classNameCombo" >
 
72
       <property name="sizePolicy" >
 
73
        <sizepolicy>
 
74
         <hsizetype>7</hsizetype>
 
75
         <vsizetype>0</vsizetype>
 
76
         <horstretch>0</horstretch>
 
77
         <verstretch>0</verstretch>
 
78
        </sizepolicy>
 
79
       </property>
 
80
       <property name="toolTip" >
 
81
        <string>Select the class that should get the forms code</string>
 
82
       </property>
 
83
      </widget>
 
84
     </item>
 
85
     <item row="1" column="1" colspan="3" >
 
86
      <widget class="QLineEdit" name="filenameEdit" >
 
87
       <property name="toolTip" >
 
88
        <string>Displays the name of the file containing the code</string>
 
89
       </property>
 
90
       <property name="readOnly" >
 
91
        <bool>true</bool>
 
92
       </property>
 
93
      </widget>
 
94
     </item>
 
95
     <item row="2" column="1" colspan="2" >
 
96
      <widget class="QLineEdit" name="filterEdit" >
 
97
       <property name="toolTip" >
 
98
        <string>Enter a regular expression to filter the list below</string>
 
99
       </property>
 
100
      </widget>
 
101
     </item>
 
102
     <item row="2" column="0" >
 
103
      <widget class="QLabel" name="label_3" >
 
104
       <property name="text" >
 
105
        <string>Filter &amp;with:</string>
 
106
       </property>
 
107
       <property name="buddy" >
 
108
        <cstring>filterEdit</cstring>
 
109
       </property>
 
110
      </widget>
 
111
     </item>
 
112
    </layout>
 
113
   </item>
 
114
   <item>
 
115
    <widget class="QTreeView" name="slotsView" />
 
116
   </item>
 
117
   <item>
 
118
    <widget class="QDialogButtonBox" name="buttonBox" >
 
119
     <property name="orientation" >
 
120
      <enum>Qt::Horizontal</enum>
 
121
     </property>
 
122
     <property name="standardButtons" >
 
123
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
124
     </property>
 
125
    </widget>
 
126
   </item>
 
127
  </layout>
 
128
 </widget>
 
129
 <tabstops>
 
130
  <tabstop>classNameCombo</tabstop>
 
131
  <tabstop>newButton</tabstop>
 
132
  <tabstop>filenameEdit</tabstop>
 
133
  <tabstop>filterEdit</tabstop>
 
134
  <tabstop>clearFilterButton</tabstop>
 
135
  <tabstop>slotsView</tabstop>
 
136
  <tabstop>buttonBox</tabstop>
 
137
 </tabstops>
 
138
 <resources/>
 
139
 <connections>
 
140
  <connection>
 
141
   <sender>buttonBox</sender>
 
142
   <signal>rejected()</signal>
 
143
   <receiver>CreateDialogCodeDialog</receiver>
 
144
   <slot>reject()</slot>
 
145
   <hints>
 
146
    <hint type="sourcelabel" >
 
147
     <x>292</x>
 
148
     <y>453</y>
 
149
    </hint>
 
150
    <hint type="destinationlabel" >
 
151
     <x>286</x>
 
152
     <y>274</y>
 
153
    </hint>
 
154
   </hints>
 
155
  </connection>
 
156
 </connections>
 
157
</ui>