<string comment="@title:group Title of a group that lets the user choose options about the terminal when launching a program" >Terminal</string>
</property>
<layout class="QGridLayout" >
<item rowspan="2" row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="3" >
<widget class="QCheckBox" name="terminalCheck" >
<property name="whatsThis" >
<string>Check this option if the application you want to run is a text mode application or if you want the information that is provided by the terminal emulator window.</string>
<string>Check this option if the text mode application offers relevant information on exit. Keeping the terminal emulator open allows you to retrieve this information.</string>
</property>
<property name="text" >
<string>Do not &close when command exits</string>
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="KLineEdit" name="terminalEdit" />
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="buttonGroup2_2" >
<property name="title" >
<string comment="@title:group Title of a group that lets the user choose which user to use when launching a program" >User</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="3" >
<widget class="QCheckBox" name="suidCheck" >
<property name="whatsThis" >
<string>Check this option if you want to run this application with a different user id. Every process has a different user id associated with it. This id code determines file access and other permissions. The password of the user is required to use this option.</string>
</property>
<property name="text" >
<string>Ru&n as a different user</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="suidEditLabel" >
<property name="whatsThis" >
<string>Enter the user name you want to run the application as.</string>
</property>
<property name="text" >
<string>&Username:</string>
</property>
<property name="buddy" >
<cstring>suidEdit</cstring>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="KLineEdit" name="suidEdit" >
<property name="whatsThis" >
<string>Enter the user name you want to run the application as here.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="buttonGroup4" >
<property name="title" >
<string comment="@title:group Title of a group that lets the user choose options regargin program startup" >Startup</string>
<string>Check this option if you want to make clear that your application has started. This visual feedback may appear as a busy cursor or in the taskbar.</string>