Skip to content
Snippets Groups Projects
makestep.ui 935 B
Newer Older
con's avatar
con committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MakeStep</class>
 <widget class="QWidget" name="MakeStep">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
dt's avatar
dt committed
    <width>235</width>
dt's avatar
dt committed
    <height>64</height>
con's avatar
con committed
   </rect>
  </property>
dt's avatar
dt committed
  <layout class="QFormLayout" name="formLayout">
   <item row="0" column="0">
    <widget class="QLabel" name="makeLabel">
     <property name="text">
      <string>Override %1:</string>
con's avatar
con committed
     </property>
    </widget>
   </item>
dt's avatar
dt committed
   <item row="0" column="1">
    <widget class="QLineEdit" name="makeLineEdit"/>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="makeArgumentsLabel">
     <property name="text">
      <string>Make arguments:</string>
     </property>
    </widget>
   </item>
   <item row="1" column="1">
    <widget class="QLineEdit" name="makeArgumentsLineEdit"/>
   </item>
con's avatar
con committed
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>