diff --git a/plugins/execute/nativeappconfig.ui b/plugins/execute/nativeappconfig.ui index d4a9e7c14..b321908c9 100644 --- a/plugins/execute/nativeappconfig.ui +++ b/plugins/execute/nativeappconfig.ui @@ -1,436 +1,429 @@ NativeAppPage 0 0 511 580 Executable Project &Target: projectTargetRadio 0 0 true 0 0 E&xecutable: executableRadio true false Enter the executable name or absolute path to an executable file Behavior QFormLayout::ExpandingFieldsGrow Ar&guments: arguments <html><head/><body><p>Enter arguments to give to the executable.<br/>You can pass arguments containing space characters by putting them in double-quotes.</p></body></html> Enter arguments to give to the executable Working &Directory: workingDirectory Select a working directory for the executable Select a working directory for the executable E&nvironment: environment 0 0 Select an environment to be used Qt::Horizontal 12 20 <p>By default applications will be run in the background and only their output will be displayed in a toolview. This makes it impossible to interact with applications requiring user input from a terminal emulator. To run such applications, you should use an external terminal.</p> Use External Terminal: false 0 0 <p>Defines the command to execute the external terminal emulator. Use the following placeholders:</p> <dl> <dt><code>%exe</code></dt> <dd>The path to the executable selected above.</dd> <dt><code>%workdir</code></dt> <dd>The path to the working directory selected above.</dd> </dl> <p>The arguments defined above will get appended to this command.</p> true konsole --noclose --workdir %workdir -e %exe xterm -hold -e %exe gnome-terminal -e %exe Dependencies Act&ion: dependencyAction Specifies the action to take for the dependencies before starting the executable. The selected action will be run before the executable is started. This allows there to be parts of a project, upon which the executable does not directly depend, to be built and/or installed before running the application. true Do Nothing Build Build and Install Targets: - - - - 0 - 0 - - - + KUrlRequester QWidget
kurlrequester.h
1
KComboBox QComboBox
kcombobox.h
KDevelop::EnvironmentSelectionWidget KComboBox
util/environmentselectionwidget.h
ProjectTargetsComboBox QComboBox
projecttargetscombobox.h
KDevelop::EnvironmentConfigureButton QToolButton
shell/environmentconfigurebutton.h
KDevelop::DependenciesWidget QWidget
project/widgets/dependencieswidget.h
1
executablePath arguments workingDirectory environment projectTargetRadio toggled(bool) executablePath setDisabled(bool) 124 55 497 85 executableRadio toggled(bool) executablePath setEnabled(bool) 124 83 497 85 runInTerminal toggled(bool) terminal setEnabled(bool) 136 227 206 226 projectTargetRadio toggled(bool) projectTarget setEnabled(bool) 108 34 152 38 executableRadio toggled(bool) projectTarget setDisabled(bool) 106 73 310 45
diff --git a/plugins/filetemplates/templatepreviewtoolview.ui b/plugins/filetemplates/templatepreviewtoolview.ui index 68825ea88..6dfab88b6 100644 --- a/plugins/filetemplates/templatepreviewtoolview.ui +++ b/plugins/filetemplates/templatepreviewtoolview.ui @@ -1,168 +1,168 @@ TemplatePreviewToolView 0 0 686 571 Template type true Project template true Class template Qt::Horizontal QSizePolicy::Maximum 40 20 false &Empty lines policy emptyLinesPolicyComboBox false Keep empty lines Remove repeated empty lines Remove all empty lines Qt::Horizontal 40 20 KMessageWidget - QWidget + QFrame
kmessagewidget.h
1
TemplatePreview QWidget
templatepreview.h
1
classRadioButton toggled(bool) emptyLinesPolicyComboBox setEnabled(bool) 76 69 171 100 classRadioButton toggled(bool) emptyLinesPolicyLabel setEnabled(bool) 55 70 55 101
diff --git a/plugins/filetemplates/ui/outputlocation.ui b/plugins/filetemplates/ui/outputlocation.ui index 198120369..84c32e83d 100644 --- a/plugins/filetemplates/ui/outputlocation.ui +++ b/plugins/filetemplates/ui/outputlocation.ui @@ -1,101 +1,101 @@ OutputLocationDialog 0 0 448 250 Choose where to save the new class. true Location within existing file(s) true Output file(s) true false Lower case file names true QFormLayout::ExpandingFieldsGrow Qt::Vertical 20 5 KMessageWidget - QWidget + QFrame
kmessagewidget.h
1
diff --git a/plugins/filetemplates/ui/overridevirtuals.ui b/plugins/filetemplates/ui/overridevirtuals.ui index 7cb140267..84477194e 100644 --- a/plugins/filetemplates/ui/overridevirtuals.ui +++ b/plugins/filetemplates/ui/overridevirtuals.ui @@ -1,104 +1,85 @@ OverridesDialog 0 0 720 531 - - 0 - - + 0 Select any methods you would like to override in the new class. - - 0 - - - 0 - - - 0 - false false false true false Superclass -> Function Access Properties Select &All &Deselect All - - - QPushButton - QPushButton -
kpushbutton.h
-
-
diff --git a/plugins/projectfilter/projectfiltersettings.ui b/plugins/projectfilter/projectfiltersettings.ui index 383e18fbf..40e35ad8d 100644 --- a/plugins/projectfilter/projectfiltersettings.ui +++ b/plugins/projectfilter/projectfiltersettings.ui @@ -1,114 +1,114 @@ ProjectFilterSettings 0 0 696 400 0 Configure which files and folders inside the project folder should be included or excluded: Add true Remove Move Up Move Down Qt::Vertical 20 40 KMessageWidget - QWidget + QFrame
kmessagewidget.h
1
diff --git a/project/widgets/dependencieswidget.ui b/project/widgets/dependencieswidget.ui index b6c68a174..aa8312762 100644 --- a/project/widgets/dependencieswidget.ui +++ b/project/widgets/dependencieswidget.ui @@ -1,153 +1,153 @@ DependenciesWidget 0 0 400 300 0 0 0 0 0 Enter a dependency to add to the list Enter a dependency to add to the list true - + false Adds the listed target to the dependency list. List of indirect dependent targets. This list should contain targets that the application does not directly depend on, but for which an action needs to be taken before running the application. true true false Removes the selected dependencies from the list. false Moves the selected dependency up in the list. false Moves the selected dependency down in the list. Qt::Vertical 20 151 ProjectItemLineEdit QLineEdit
project/projectitemlineedit.h