summaryrefslogtreecommitdiffstats
path: root/src/streampropertiesdlgbase.ui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-16 21:44:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-16 21:44:06 +0900
commitfb82c1b0089a7209a6e1ca6b20bf5dca3c0a56bb (patch)
tree7e9bda3e881702d051dace937192333fdb7035a5 /src/streampropertiesdlgbase.ui
parentee7c7b4016ad4da978507e206661b46d13300db7 (diff)
downloadkstreamripper-fb82c1b0089a7209a6e1ca6b20bf5dca3c0a56bb.tar.gz
kstreamripper-fb82c1b0089a7209a6e1ca6b20bf5dca3c0a56bb.zip
Added stream editing in a separate dialog box
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'src/streampropertiesdlgbase.ui')
-rw-r--r--src/streampropertiesdlgbase.ui99
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>&amp;Ok</string>
+ </property>
+ </widget>
+ <widget class="TQPushButton" row="1" column="1">
+ <property name="name">
+ <cstring>d_cancelButton</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Cancel</string>
+ </property>
+ </widget>
+ </grid>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>