User:Axiom/readinput.ui

From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

readinput.ui

<ui version="4.0" >

<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>readInputWidget</class>
<widget class="QWidget" name="readInputWidget" >
 <property name="geometry" >
  <rect>
   <x>0</x>
   <y>0</y>
   <width>351</width>
   <height>108</height>
  </rect>
 </property>
 <property name="windowTitle" >
  <string>Read User Input Tutorial</string>
 </property>
 <layout class="QVBoxLayout" >
  <property name="margin" >
   <number>9</number>
  </property>
  <property name="spacing" >
   <number>6</number>
  </property>
  <item>
   <layout class="QHBoxLayout" >
    <property name="margin" >
     <number>0</number>
    </property>
    <property name="spacing" >
     <number>6</number>
    </property>
    <item>
     <widget class="QLineEdit" name="inputBox1" />
    </item>
    <item>
     <widget class="QPushButton" name="evalButton" >
      <property name="text" >
       <string>Echo Text</string>
      </property>
     </widget>
    </item>
   </layout>
  </item>
  <item>
   <layout class="QHBoxLayout" >
    <property name="margin" >
     <number>0</number>
    </property>
    <property name="spacing" >
     <number>6</number>
    </property>
    <item>
     <spacer>
      <property name="orientation" >
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="sizeHint" >
       <size>
        <width>40</width>
        <height>20</height>
       </size>
      </property>
     </spacer>
    </item>
    <item>
     <widget class="QPushButton" name="exitButton" >
      <property name="text" >
       <string>Exit</string>
      </property>
     </widget>
    </item>
   </layout>
  </item>
 </layout>
</widget>
<pixmapfunction></pixmapfunction>
<tabstops>
 <tabstop>inputBox1</tabstop>
 <tabstop>evalButton</tabstop>
 <tabstop>exitButton</tabstop>
</tabstops>
<resources/>
<connections/>

</ui>