From fb82c1b0089a7209a6e1ca6b20bf5dca3c0a56bb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Dec 2023 21:44:06 +0900 Subject: Added stream editing in a separate dialog box Signed-off-by: Michele Calgaro Signed-off-by: ormorph --- src/streampropertiesdlgbase.ui | 99 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 src/streampropertiesdlgbase.ui (limited to 'src/streampropertiesdlgbase.ui') 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 @@ + +StreamPropertiesDlgBase + + + StreamPropertiesDlgBase + + + + 0 + 0 + 450 + 200 + + + + TabFocus + + + + unnamed + + + + frame3 + + + StyledPanel + + + Raised + + + + unnamed + + + + d_nameLabel + + + Name: + + + + + d_nameEdit + + + + + d_descriptionLabel + + + Description: + + + + + d_descEdit + + + + + d_urlLabel + + + Url of Stream: + + + + + d_urlEdit + + + + + + + d_okButton + + + TabFocus + + + &Ok + + + + + d_cancelButton + + + &Cancel + + + + + + -- cgit v1.2.1