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.
tdeadmin/ksysv/pathconfig.ui

292 lines
11 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>PathConfiguration</class>
<comment>Path configuration for KSysV</comment>
<author>Peter Putzer</author>
<widget class="TQWidget">
<property name="name">
<cstring>PathConfiguration</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>305</width>
<height>168</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="caption">
<string>Path Configuration</string>
</property>
<property name="layoutMargin" stdset="0">
</property>
<property name="layoutSpacing" stdset="0">
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>mServicesLayout</cstring>
</property>
<property name="layoutMargin" stdset="0">
</property>
<property name="layoutSpacing" stdset="0">
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>mServicesLabel</cstring>
</property>
<property name="text">
<string>&amp;Service path:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mServicesPath</cstring>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>mServicesButtonLayout</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="KLineEdit">
<property name="name">
<cstring>mServicesPath</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="toolTip" stdset="0">
<string>Enter the path to the folder containing the services</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>mBrowseServices</cstring>
</property>
<property name="text">
<string>&amp;Browse...</string>
</property>
<property name="toolTip" stdset="0">
<string>Select the folder containing the services</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQFrame">
<property name="name">
<cstring>mSpacer</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>10</height>
</size>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>mRunlevelLayout</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>mRunlevelLabel</cstring>
</property>
<property name="text">
<string>&amp;Runlevel path:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mRunlevelPath</cstring>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>mRunlevelButtonLayout</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="KLineEdit">
<property name="name">
<cstring>mRunlevelPath</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="toolTip" stdset="0">
<string>Enter the path to the folder containing the runlevel folders</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>mBrowseRunlevel</cstring>
</property>
<property name="text">
<string>Br&amp;owse...</string>
</property>
<property name="toolTip" stdset="0">
<string>Select the folder containing the runlevel folders </string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>mEmptySpace</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<connections>
<connection>
<sender>mBrowseServices</sender>
<signal>clicked()</signal>
<receiver>PathConfiguration</receiver>
<slot>browseServices()</slot>
</connection>
<connection>
<sender>mBrowseRunlevel</sender>
<signal>clicked()</signal>
<receiver>PathConfiguration</receiver>
<slot>browseRunlevels()</slot>
</connection>
<connection>
<sender>mServicesPath</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>PathConfiguration</receiver>
<slot>slotChanged()</slot>
</connection>
<connection>
<sender>mRunlevelPath</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>PathConfiguration</receiver>
<slot>slotChanged()</slot>
</connection>
</connections>
<tabstops>
<tabstop>mServicesPath</tabstop>
<tabstop>mBrowseServices</tabstop>
<tabstop>mRunlevelPath</tabstop>
<tabstop>mBrowseRunlevel</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">kdialog.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
<Q_SLOTS>
<slot access="protected">browseServices()</slot>
<slot access="protected">browseRunlevels()</slot>
<slot access="protected">slotChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
</UI>