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

265 lines
9.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>appProp</class>
<widget class="QDialog">
<property name="name">
<cstring>appProp</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>259</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
</size>
</property>
<property name="caption">
<string>Launcher Properties</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QPushButton" row="2" column="2">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" row="2" column="1">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<spacer row="2" column="0">
<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>250</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Advanced Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox" row="0" column="0">
<property name="name">
<cstring>terminal</cstring>
</property>
<property name="text">
<string>Run From Terminal</string>
</property>
</widget>
<widget class="QCheckBox" row="1" column="0">
<property name="name">
<cstring>cuser</cstring>
</property>
<property name="text">
<string>Run as different User</string>
</property>
</widget>
<widget class="QCheckBox" row="0" column="1">
<property name="name">
<cstring>tclose</cstring>
</property>
<property name="text">
<string>Keep terminal open after exit</string>
</property>
</widget>
<widget class="QLineEdit" row="1" column="1">
<property name="name">
<cstring>user</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Minimal Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Don't forget to chose an icon.</string>
</property>
</widget>
<widget class="QLabel" row="2" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>&lt;b&gt;Command&lt;/b&gt;</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>&lt;b&gt;Name&lt;/b&gt;</string>
</property>
</widget>
<widget class="QPushButton" row="2" column="2">
<property name="name">
<cstring>cmdfile</cstring>
</property>
<property name="text">
<string>&amp;Browse</string>
</property>
<property name="accel">
<string>Alt+B</string>
</property>
</widget>
<widget class="KIconButton" row="0" column="2" rowspan="2" colspan="1">
<property name="name">
<cstring>iconbutton</cstring>
</property>
<property name="text">
<string>Icon</string>
</property>
</widget>
<widget class="QLineEdit" row="1" column="1">
<property name="name">
<cstring>cmdname</cstring>
</property>
</widget>
<widget class="QLineEdit" row="2" column="1">
<property name="name">
<cstring>cmdpath</cstring>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>appProp</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>appProp</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>cuser</sender>
<signal>toggled(bool)</signal>
<receiver>appProp</receiver>
<slot>cuserchk()</slot>
</connection>
<connection>
<sender>terminal</sender>
<signal>toggled(bool)</signal>
<receiver>appProp</receiver>
<slot>terminalchk()</slot>
</connection>
<connection>
<sender>cmdfile</sender>
<signal>clicked()</signal>
<receiver>appProp</receiver>
<slot>cmdfile_clicked()</slot>
</connection>
</connections>
<slots>
<slot>cuserchk(bool)</slot>
<slot>cuserchk()</slot>
<slot>terminalchk()</slot>
<slot>cmdfile_clicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kicondialog.h</includehint>
</includehints>
</UI>