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.
tdevelop/parts/ctags2/ctags2_selecttagfilebase.ui

128 lines
4.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SelectTagFileBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>SelectTagFileBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>373</width>
<height>146</height>
</rect>
</property>
<property name="caption">
<string>Add tags file</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>displayName</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Tags file:</string>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>tagFile</cstring>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>101</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>okButton</cstring>
</property>
<property name="text">
<string>O&amp;K</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>cancelButton</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>SelectTagFileBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>SelectTagFileBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>displayName</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>SelectTagFileBase</receiver>
<slot>validate()</slot>
</connection>
<connection>
<sender>tagFile</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>SelectTagFileBase</receiver>
<slot>validate()</slot>
</connection>
</connections>
<slots>
<slot>validate()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>