Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
kstreamripper/src/addnewstream.ui

109 righe
3.7 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>AddNewStream</class>
<widget class="TQDialog">
<property name="name">
<cstring>AddNewStream</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>383</width>
<height>287</height>
</rect>
</property>
<property name="caption">
<string>Add Stream....</string>
</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="TQLabel" row="2" column="0">
<property name="name">
<cstring>d_descriptionLabel</cstring>
</property>
<property name="text">
<string>Description:</string>
</property>
</widget>
<widget class="TQLineEdit" row="0" column="1">
<property name="name">
<cstring>d_nameEdit</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="1" column="1">
<property name="name">
<cstring>d_urlEdit</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="2" column="1">
<property name="name">
<cstring>d_descEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>d_urlLabel</cstring>
</property>
<property name="text">
<string>Url of Stream:</string>
</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>
<property name="accel">
<string>Alt+O</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>
<property name="accel">
<string>Alt+C</string>
</property>
</widget>
</grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>