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.
kpilot/kpilot/dbSelection_base.ui

81 lines
2.6 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>KPilotDBSelectionWidget</class>
<author>Reinhold Kainhofer</author>
<widget class="TQWidget">
<property name="name">
<cstring>DBSelectionWidgetForm</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>318</width>
<height>218</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView" row="0" column="0" rowspan="1" colspan="3">
<column>
<property name="text">
<string>Database</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>fDatabaseList</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
<property name="itemsRenameable">
<bool>true</bool>
</property>
</widget>
<widget class="KPushButton" row="1" column="2">
<property name="name">
<cstring>fRemoveButton</cstring>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="0">
<property name="name">
<cstring>fNameEdit</cstring>
</property>
</widget>
<widget class="KPushButton" row="1" column="1">
<property name="name">
<cstring>fAddButton</cstring>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>fNameEdit</sender>
<signal>returnPressed()</signal>
<receiver>fAddButton</receiver>
<slot>animateClick()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="system" impldecl="in implementation">tdelistview.h</include>
<include location="system" impldecl="in implementation">kpushbutton.h</include>
<include location="system" impldecl="in implementation">klineedit.h</include>
<include location="system" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>