Preferences/ConfigurationPages/CorbaPage.ui

Wed, 19 Oct 2011 19:42:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 19 Oct 2011 19:42:58 +0200
changeset 1373
b3b3c99dba01
parent 0
de9c2efb9d02
child 3186
a05eff845522
permissions
-rw-r--r--

Made tasks manager forget about global file tasks when file is closed (configurable via configuration dialog).

<ui version="4.0" >
 <class>CorbaPage</class>
 <widget class="QWidget" name="CorbaPage" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>589</width>
    <height>490</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QLabel" name="headerLabel" >
     <property name="text" >
      <string>&lt;b>Configure CORBA support&lt;/b></string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line13" >
     <property name="frameShape" >
      <enum>QFrame::HLine</enum>
     </property>
     <property name="frameShadow" >
      <enum>QFrame::Sunken</enum>
     </property>
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox" >
     <property name="title" >
      <string>IDL Compiler</string>
     </property>
     <layout class="QGridLayout" >
      <item row="0" column="1" >
       <widget class="QPushButton" name="idlButton" >
        <property name="toolTip" >
         <string>Press to select the IDL compiler via a file selection dialog.</string>
        </property>
        <property name="text" >
         <string>...</string>
        </property>
       </widget>
      </item>
      <item row="0" column="0" >
       <widget class="QLineEdit" name="idlEdit" >
        <property name="toolTip" >
         <string>Enter the path to the IDL compiler.</string>
        </property>
       </widget>
      </item>
      <item row="1" column="0" colspan="2" >
       <widget class="QLabel" name="textLabel1_4" >
        <property name="text" >
         <string>&lt;b>Note:&lt;/b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0" >
      <size>
       <width>20</width>
       <height>81</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>idlEdit</tabstop>
  <tabstop>idlButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial