You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kstars/kstars/streamformui.ui

129 lines
4.5 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>streamForm</class>
<widget class="TQDialog">
<property name="name">
<cstring>streamForm</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>206</width>
<height>146</height>
</rect>
</property>
<property name="caption">
<string>Video Stream</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>playB</cstring>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Play/Pause</string>
</property>
<property name="whatsThis" stdset="0">
<string></string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>captureB</cstring>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Capture Image</string>
</property>
<property name="whatsThis" stdset="0">
<string></string>
</property>
</widget>
<widget class="KComboBox">
<property name="name">
<cstring>imgFormatCombo</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Image Format</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>300</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQFrame">
<property name="name">
<cstring>videoFrame</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kcombobox.h</includehint>
</includehints>
</UI>