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

« back to all changes in this revision

Viewing changes to eric/Preferences/ConfigurationPages/CorbaPage.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>CorbaPage</class>
 
3
 <widget class="QWidget" name="CorbaPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>589</width>
 
9
    <height>490</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <property name="margin" >
 
14
    <number>6</number>
 
15
   </property>
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <item>
 
20
    <widget class="QLabel" name="headerLabel" >
 
21
     <property name="text" >
 
22
      <string>&lt;b>Configure CORBA support&lt;/b></string>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item>
 
27
    <widget class="Line" name="line13" >
 
28
     <property name="frameShape" >
 
29
      <enum>QFrame::HLine</enum>
 
30
     </property>
 
31
     <property name="frameShadow" >
 
32
      <enum>QFrame::Sunken</enum>
 
33
     </property>
 
34
     <property name="orientation" >
 
35
      <enum>Qt::Horizontal</enum>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QGroupBox" name="groupBox" >
 
41
     <property name="title" >
 
42
      <string>IDL Compiler</string>
 
43
     </property>
 
44
     <layout class="QGridLayout" >
 
45
      <property name="margin" >
 
46
       <number>6</number>
 
47
      </property>
 
48
      <property name="spacing" >
 
49
       <number>6</number>
 
50
      </property>
 
51
      <item row="0" column="1" >
 
52
       <widget class="QPushButton" name="idlButton" >
 
53
        <property name="toolTip" >
 
54
         <string>Press to select the IDL compiler via a file selection dialog.</string>
 
55
        </property>
 
56
        <property name="text" >
 
57
         <string>...</string>
 
58
        </property>
 
59
       </widget>
 
60
      </item>
 
61
      <item row="0" column="0" >
 
62
       <widget class="QLineEdit" name="idlEdit" >
 
63
        <property name="toolTip" >
 
64
         <string>Enter the path to the IDL compiler.</string>
 
65
        </property>
 
66
       </widget>
 
67
      </item>
 
68
      <item row="1" column="0" colspan="2" >
 
69
       <widget class="QLabel" name="textLabel1_4" >
 
70
        <property name="text" >
 
71
         <string>&lt;b>Note:&lt;/b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</string>
 
72
        </property>
 
73
       </widget>
 
74
      </item>
 
75
     </layout>
 
76
    </widget>
 
77
   </item>
 
78
   <item>
 
79
    <spacer>
 
80
     <property name="orientation" >
 
81
      <enum>Qt::Vertical</enum>
 
82
     </property>
 
83
     <property name="sizeHint" >
 
84
      <size>
 
85
       <width>20</width>
 
86
       <height>81</height>
 
87
      </size>
 
88
     </property>
 
89
    </spacer>
 
90
   </item>
 
91
  </layout>
 
92
 </widget>
 
93
 <tabstops>
 
94
  <tabstop>idlEdit</tabstop>
 
95
  <tabstop>idlButton</tabstop>
 
96
 </tabstops>
 
97
 <resources/>
 
98
 <connections/>
 
99
</ui>