diff options
Diffstat (limited to 'proto-osc/dialog.ui')
| -rw-r--r-- | proto-osc/dialog.ui | 131 | 
1 files changed, 131 insertions, 0 deletions
| diff --git a/proto-osc/dialog.ui b/proto-osc/dialog.ui new file mode 100644 index 00000000..5a078bbd --- /dev/null +++ b/proto-osc/dialog.ui @@ -0,0 +1,131 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>OSC_Dialog</class> + <widget class="QWidget" name="OSC_Dialog"> +  <property name="windowModality"> +   <enum>Qt::NonModal</enum> +  </property> +  <property name="geometry"> +   <rect> +    <x>0</x> +    <y>0</y> +    <width>284</width> +    <height>102</height> +   </rect> +  </property> +  <property name="sizePolicy"> +   <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> +    <horstretch>0</horstretch> +    <verstretch>0</verstretch> +   </sizepolicy> +  </property> +  <property name="minimumSize"> +   <size> +    <width>284</width> +    <height>102</height> +   </size> +  </property> +  <property name="windowTitle"> +   <string>OSC protocol settings</string> +  </property> +  <property name="windowIcon"> +   <iconset resource="osc-res.qrc"> +    <normaloff>:/images/osc-icon.png</normaloff>:/images/osc-icon.png</iconset> +  </property> +  <property name="layoutDirection"> +   <enum>Qt::LeftToRight</enum> +  </property> +  <property name="autoFillBackground"> +   <bool>false</bool> +  </property> +  <layout class="QVBoxLayout" name="verticalLayout"> +   <item> +    <layout class="QFormLayout" name="formLayout_2"> +     <item row="0" column="0"> +      <widget class="QLabel" name="label"> +       <property name="text"> +        <string>Destination address</string> +       </property> +      </widget> +     </item> +     <item row="0" column="1"> +      <widget class="QLineEdit" name="address"> +       <property name="sizePolicy"> +        <sizepolicy hsizetype="Expanding" vsizetype="Maximum"> +         <horstretch>0</horstretch> +         <verstretch>0</verstretch> +        </sizepolicy> +       </property> +       <property name="text"> +        <string/> +       </property> +       <property name="maxLength"> +        <number>256</number> +       </property> +      </widget> +     </item> +     <item row="1" column="0"> +      <widget class="QLabel" name="label_2"> +       <property name="text"> +        <string>Port</string> +       </property> +      </widget> +     </item> +     <item row="1" column="1"> +      <widget class="QSpinBox" name="port"> +       <property name="sizePolicy"> +        <sizepolicy hsizetype="Minimum" vsizetype="Maximum"> +         <horstretch>0</horstretch> +         <verstretch>0</verstretch> +        </sizepolicy> +       </property> +       <property name="maximum"> +        <number>65535</number> +       </property> +      </widget> +     </item> +    </layout> +   </item> +   <item> +    <widget class="QDialogButtonBox" name="buttonBox"> +     <property name="sizePolicy"> +      <sizepolicy hsizetype="Minimum" vsizetype="Maximum"> +       <horstretch>0</horstretch> +       <verstretch>0</verstretch> +      </sizepolicy> +     </property> +     <property name="standardButtons"> +      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> +     </property> +    </widget> +   </item> +  </layout> + </widget> + <resources> +  <include location="../gui/opentrack-res.qrc"/> +  <include location="osc-res.qrc"/> + </resources> + <connections/> + <designerdata> +  <property name="gridDeltaX"> +   <number>5</number> +  </property> +  <property name="gridDeltaY"> +   <number>5</number> +  </property> +  <property name="gridSnapX"> +   <bool>true</bool> +  </property> +  <property name="gridSnapY"> +   <bool>true</bool> +  </property> +  <property name="gridVisible"> +   <bool>false</bool> +  </property> + </designerdata> + <slots> +  <slot>startEngineClicked()</slot> +  <slot>stopEngineClicked()</slot> +  <slot>cameraSettingsClicked()</slot> + </slots> +</ui> | 
