diff options
Diffstat (limited to 'src/streampropertiesdlgbase.ui')
-rw-r--r-- | src/streampropertiesdlgbase.ui | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/src/streampropertiesdlgbase.ui b/src/streampropertiesdlgbase.ui new file mode 100644 index 0000000..50881c0 --- /dev/null +++ b/src/streampropertiesdlgbase.ui @@ -0,0 +1,99 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>StreamPropertiesDlgBase</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>StreamPropertiesDlgBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>450</width> + <height>200</height> + </rect> + </property> + <property name="focusPolicy"> + <enum>TabFocus</enum> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQFrame" row="0" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>frame3</cstring> + </property> + <property name="frameShape"> + <enum>StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>Raised</enum> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>d_nameLabel</cstring> + </property> + <property name="text"> + <string>Name:</string> + </property> + </widget> + <widget class="TQLineEdit" row="0" column="1"> + <property name="name"> + <cstring>d_nameEdit</cstring> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>d_descriptionLabel</cstring> + </property> + <property name="text"> + <string>Description:</string> + </property> + </widget> + <widget class="TQLineEdit" row="1" column="1"> + <property name="name"> + <cstring>d_descEdit</cstring> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>d_urlLabel</cstring> + </property> + <property name="text"> + <string>Url of Stream:</string> + </property> + </widget> + <widget class="TQLineEdit" row="2" column="1"> + <property name="name"> + <cstring>d_urlEdit</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="TQPushButton" row="1" column="0"> + <property name="name"> + <cstring>d_okButton</cstring> + </property> + <property name="focusPolicy"> + <enum>TabFocus</enum> + </property> + <property name="text"> + <string>&Ok</string> + </property> + </widget> + <widget class="TQPushButton" row="1" column="1"> + <property name="name"> + <cstring>d_cancelButton</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |