From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdesktop/minicli_ui.ui | 624 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 624 insertions(+) create mode 100644 kdesktop/minicli_ui.ui (limited to 'kdesktop/minicli_ui.ui') diff --git a/kdesktop/minicli_ui.ui b/kdesktop/minicli_ui.ui new file mode 100644 index 000000000..32416b8f3 --- /dev/null +++ b/kdesktop/minicli_ui.ui @@ -0,0 +1,624 @@ + +MinicliDlgUI + + + MinicliDlgUI + + + + 0 + 0 + 325 + 370 + + + + + 5 + 5 + 0 + 0 + + + + + unnamed + + + FreeResize + + + + layout4 + + + + unnamed + + + + pbOptions + + + + 1 + 1 + 0 + 0 + + + + + + + + + spacer1 + + + Horizontal + + + Expanding + + + + 80 + 20 + + + + + + pbRun + + + false + + + + 1 + 1 + 0 + 0 + + + + + + + + + pbCancel + + + + 1 + 1 + 0 + 0 + + + + + + + + + + + layout4 + + + + unnamed + + + + spacer6_2 + + + Horizontal + + + Fixed + + + + 57 + 20 + + + + + + gbAdvanced + + + NoFrame + + + Raised + + + + unnamed + + + 0 + + + + spacer3 + + + Horizontal + + + Fixed + + + + 20 + 30 + + + + + + cbRealtime + + + Run with realtime &scheduling + + + <qt>Select whether realtime scheduling should be enabled for the application. The scheduler governs which process will run and which will have to wait. Two schedulers are available: +<ul> +<li><em>Normal:</em> This is the standard, timesharing scheduler. It will divide fairly the available processing time between all processes.</li> +<li><em>Realtime:</em>This scheduler will run your application uninterrupted until it gives up the processor. This can be dangerous. An application that does not give up the processor might hang the system. You need root's password to use the scheduler.</li> +</ul> +</qt> + + + + + lbUsername + + + false + + + + 1 + 5 + 0 + 0 + + + + User&name: + + + leUsername + + + Enter the user you want to run the application as here. + + + + + lePassword + + + false + + + + 5 + 0 + 5 + 0 + + + + Enter the password here for the user you specified above. + + + + + lbPassword + + + false + + + + 1 + 5 + 0 + 0 + + + + Pass&word: + + + lePassword + + + Enter the password here for the user you specified above. + + + + + cbRunInTerminal + + + Run in &terminal window + + + Check this option if the application you want to run is a text mode application. The application will then be run in a terminal emulator window. + + + + + layout30 + + + + unnamed + + + + textLabel1 + + + false + + + &Priority: + + + slPriority + + + The priority that the command will be run with can be set here. From left to right, it goes from low to high. The center position is the default value. For priorities higher than the default, you will need to provide the root password. + + + + + spacer33 + + + Vertical + + + Minimum + + + + 20 + 9 + + + + + + + + cbPriority + + + Run with a &different priority + + + Check this option if you want to run the application with a different priority. A higher priority tells the operating system to give more processing time to your application. + + + + + leUsername + + + false + + + + 5 + 0 + 5 + 0 + + + + Enter the user you want to run the application as here. + + + + + layout29 + + + + unnamed + + + 0 + + + + lbLowPriority + + + false + + + Low + + + The priority that the command will be run with can be set here. From left to right, it goes from low to high. The center position is the default value. For priorities higher than the default, you will need to provide the root password. + + + + + lbHighPriority + + + false + + + High + + + AlignVCenter|AlignRight + + + The priority that the command will be run with can be set here. From left to right, it goes from low to high. The center position is the default value. For priorities higher than the default, you will need to provide the root password. + + + + + slPriority + + + false + + + + 5 + 0 + 1 + 0 + + + + 5 + + + Horizontal + + + The priority that the command will be run with can be set here. From left to right, it goes from low to high. The center position is the default value. For priorities higher than the default, you will need to provide the root password. + + + + + + + cbRunAsOther + + + Run as a different &user + + + Check this option if you want to run the application with a different user id. Every process has a user id associated with it. This id code determines file access and other permissions. The password of the user is required to do this. + + + + + spacer6 + + + Horizontal + + + Fixed + + + + 20 + 40 + + + + + + + + + + separator + + + + 1 + 0 + 0 + 1 + + + + HLine + + + Sunken + + + + + lbCommand + + + + 1 + 5 + 0 + 0 + + + + Com&mand: + + + cbCommand + + + Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.kderc". + + + + + lbRunIcon + + + + 5 + 5 + 0 + 0 + + + + + + + AlignCenter + + + + + cbCommand + + + + 3 + 0 + 0 + 0 + + + + + 388 + 0 + + + + Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.kderc". + + + + + lbComment + + + + 3 + 1 + 0 + 0 + + + + Enter the name of the application you want to run or the URL you want to view + + + WordBreak|AlignVCenter + + + + + + + + + cbPriority + toggled(bool) + lbLowPriority + setEnabled(bool) + + + cbPriority + toggled(bool) + slPriority + setEnabled(bool) + + + cbPriority + toggled(bool) + lbHighPriority + setEnabled(bool) + + + cbRunAsOther + toggled(bool) + lbUsername + setEnabled(bool) + + + cbRunAsOther + toggled(bool) + leUsername + setEnabled(bool) + + + cbRunAsOther + toggled(bool) + lbPassword + setEnabled(bool) + + + cbRunAsOther + toggled(bool) + lePassword + setEnabled(bool) + + + cbPriority + toggled(bool) + textLabel1 + setEnabled(bool) + + + + cbCommand + cbRunInTerminal + cbRunAsOther + leUsername + lePassword + cbPriority + slPriority + pbOptions + pbRun + pbCancel + + + fixx11h.h + kdialog.h + kiconloader.h + kpassdlg.h + kcombobox.h + klineedit.h + kpushbutton.h + +BarIcon + + + + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpassdlg.h + kcombobox.h + + -- cgit v1.2.3