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.
tdeedu/kig/modes/typesdialogbase.ui

341 lines
13 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TypesDialogBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>TypesDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>456</width>
<height>249</height>
</rect>
</property>
<property name="caption">
<string>Manage Types</string>
</property>
<property name="whatsThis" stdset="0">
<string>Here you can manage types; you can remove them, and load and save them from and to files...</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string>Icon</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Description</string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>typeList</cstring>
</property>
<property name="selectionMode" stdset="0">
<enum>Extended</enum>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>Select types here...</string>
</property>
<property name="whatsThis" stdset="0">
<string>This is a list of the current macro types... You can select, edit, delete, export and import them...</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>buttonEdit</cstring>
</property>
<property name="text">
<string>Edit...</string>
</property>
<property name="whatsThis" stdset="0">
<string>Edit the selected type.</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonRemove</cstring>
</property>
<property name="text">
<string>Delete</string>
</property>
<property name="whatsThis" stdset="0">
<string>Delete all the selected types in the list.</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>buttonExport</cstring>
</property>
<property name="text">
<string>Export...</string>
</property>
<property name="whatsThis" stdset="0">
<string>Export all the selected types to a file.</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonImport</cstring>
</property>
<property name="text">
<string>Import...</string>
</property>
<property name="whatsThis" stdset="0">
<string>Import macros that are contained in one or more files.</string>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="Line">
<property name="name">
<cstring>Line1</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>buttonHelp</cstring>
</property>
<property name="text">
<string>&amp;Help</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>buttonExport</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>exportType()</slot>
</connection>
<connection>
<sender>buttonHelp</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>helpSlot()</slot>
</connection>
<connection>
<sender>buttonImport</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>importTypes()</slot>
</connection>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>okSlot()</slot>
</connection>
<connection>
<sender>buttonRemove</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>deleteType()</slot>
</connection>
<connection>
<sender>buttonEdit</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>editType()</slot>
</connection>
<connection>
<sender>typeList</sender>
<signal>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>TypesDialogBase</receiver>
<slot>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>TypesDialogBase</receiver>
<slot>cancelSlot()</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS>
<slot access="protected">deleteType()</slot>
<slot access="protected">exportType()</slot>
<slot>helpSlot()</slot>
<slot access="protected">importTypes()</slot>
<slot>okSlot()</slot>
<slot access="protected">editType()</slot>
<slot access="protected">contextMenuRequested( TQListViewItem* i, const TQPoint&amp; p, int c )</slot>
<slot>cancelSlot()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>tdelistview.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
</UI>