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/src/pluginselectdialogbase.ui

180 lines
6.3 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>PluginSelectDialogBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>PluginSelectDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>587</width>
<height>644</height>
</rect>
</property>
<property name="caption">
<string>Plugin Selection</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Plugins:</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<property name="name">
<cstring>plugin_list</cstring>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout8</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Make this the default for this profile:</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>saveAsDefault_button</cstring>
</property>
<property name="text">
<string>Save &amp;as Default</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>Description:</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>plugin_description_label</cstring>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>WordBreak|AlignVCenter</set>
</property>
</widget>
<widget class="KURLLabel">
<property name="name">
<cstring>urllabel</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>191</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>ok_button</cstring>
</property>
<property name="text">
<string>O&amp;K</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>cancel_button</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>cancel_button</sender>
<signal>clicked()</signal>
<receiver>PluginSelectDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>ok_button</sender>
<signal>clicked()</signal>
<receiver>PluginSelectDialogBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>saveAsDefault_button</sender>
<signal>clicked()</signal>
<receiver>PluginSelectDialogBase</receiver>
<slot>saveAsDefault()</slot>
</connection>
</connections>
<slots>
<slot access="protected">saveAsDefault()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kurllabel.h</include>
</includes>
</UI>