simplescripteditor.ui
changeset 432 f867269ab8a1
child 438 eae9abe70d7c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/simplescripteditor.ui	Mon Mar 05 23:22:51 2007 +0000
     1.3 @@ -0,0 +1,97 @@
     1.4 +<ui version="4.0" >
     1.5 + <class>SimpleScriptEditor</class>
     1.6 + <widget class="QDialog" name="SimpleScriptEditor" >
     1.7 +  <property name="geometry" >
     1.8 +   <rect>
     1.9 +    <x>0</x>
    1.10 +    <y>0</y>
    1.11 +    <width>551</width>
    1.12 +    <height>407</height>
    1.13 +   </rect>
    1.14 +  </property>
    1.15 +  <property name="windowTitle" >
    1.16 +   <string>Simple Script Editor</string>
    1.17 +  </property>
    1.18 +  <layout class="QHBoxLayout" >
    1.19 +   <property name="margin" >
    1.20 +    <number>9</number>
    1.21 +   </property>
    1.22 +   <property name="spacing" >
    1.23 +    <number>6</number>
    1.24 +   </property>
    1.25 +   <item>
    1.26 +    <widget class="QTextEdit" name="editor" />
    1.27 +   </item>
    1.28 +   <item>
    1.29 +    <layout class="QVBoxLayout" >
    1.30 +     <property name="margin" >
    1.31 +      <number>0</number>
    1.32 +     </property>
    1.33 +     <property name="spacing" >
    1.34 +      <number>6</number>
    1.35 +     </property>
    1.36 +     <item>
    1.37 +      <widget class="QPushButton" name="runButton" >
    1.38 +       <property name="text" >
    1.39 +        <string>Run</string>
    1.40 +       </property>
    1.41 +      </widget>
    1.42 +     </item>
    1.43 +     <item>
    1.44 +      <widget class="QPushButton" name="loadButton" >
    1.45 +       <property name="text" >
    1.46 +        <string>Load</string>
    1.47 +       </property>
    1.48 +      </widget>
    1.49 +     </item>
    1.50 +     <item>
    1.51 +      <widget class="QPushButton" name="saveButton" >
    1.52 +       <property name="text" >
    1.53 +        <string>Save</string>
    1.54 +       </property>
    1.55 +      </widget>
    1.56 +     </item>
    1.57 +     <item>
    1.58 +      <spacer>
    1.59 +       <property name="orientation" >
    1.60 +        <enum>Qt::Vertical</enum>
    1.61 +       </property>
    1.62 +       <property name="sizeHint" >
    1.63 +        <size>
    1.64 +         <width>20</width>
    1.65 +         <height>40</height>
    1.66 +        </size>
    1.67 +       </property>
    1.68 +      </spacer>
    1.69 +     </item>
    1.70 +     <item>
    1.71 +      <widget class="QPushButton" name="closeButton" >
    1.72 +       <property name="text" >
    1.73 +        <string>Close</string>
    1.74 +       </property>
    1.75 +      </widget>
    1.76 +     </item>
    1.77 +    </layout>
    1.78 +   </item>
    1.79 +  </layout>
    1.80 + </widget>
    1.81 + <resources/>
    1.82 + <connections>
    1.83 +  <connection>
    1.84 +   <sender>closeButton</sender>
    1.85 +   <signal>clicked()</signal>
    1.86 +   <receiver>SimpleScriptEditor</receiver>
    1.87 +   <slot>accept()</slot>
    1.88 +   <hints>
    1.89 +    <hint type="sourcelabel" >
    1.90 +     <x>519</x>
    1.91 +     <y>390</y>
    1.92 +    </hint>
    1.93 +    <hint type="destinationlabel" >
    1.94 +     <x>-25</x>
    1.95 +     <y>-275</y>
    1.96 +    </hint>
    1.97 +   </hints>
    1.98 +  </connection>
    1.99 + </connections>
   1.100 +</ui>