Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
1d9bf9ab
Commit
1d9bf9ab
authored
Apr 08, 2009
by
dt
Browse files
Fixes small ui problems in remove file dialog.
parent
2bc45cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/removefiledialog.ui
View file @
1d9bf9ab
...
...
@@ -2,13 +2,11 @@
<ui
version=
"4.0"
>
<class>
ProjectExplorer::Internal::RemoveFileDialog
</class>
<widget
class=
"QDialog"
name=
"ProjectExplorer::Internal::RemoveFileDialog"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
237
</width>
<height>
171
</height>
</rect>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"windowTitle"
>
<string>
Remove File
</string>
...
...
@@ -16,13 +14,25 @@
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<widget
class=
"QLabel"
name=
"fileToDeleteLabel"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
File to
delet
e:
</string>
<string>
File to
remov
e:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"fileNameLabel"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"font"
>
<font>
<family>
Courier New
</family>
...
...
@@ -65,6 +75,12 @@
</item>
<item>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
...
...
@@ -75,27 +91,7 @@
</item>
</layout>
</widget>
<resources>
<include
location=
"../../libs/cplusplus/cplusplus.qrc"
/>
<include
location=
"../../libs/extensionsystem/pluginview.qrc"
/>
<include
location=
"../bookmarks/bookmarks.qrc"
/>
<include
location=
"../coreplugin/core.qrc"
/>
<include
location=
"../coreplugin/fancyactionbar.qrc"
/>
<include
location=
"../cppeditor/cppeditor.qrc"
/>
<include
location=
"../cpptools/cpptools.qrc"
/>
<include
location=
"../designer/designer.qrc"
/>
<include
location=
"../find/find.qrc"
/>
<include
location=
"../gdbdebugger/gdbdebugger.qrc"
/>
<include
location=
"../help/help.qrc"
/>
<include
location=
"../perforce/perforce.qrc"
/>
<include
location=
"projectexplorer.qrc"
/>
<include
location=
"../../../shared/proparser/proparser.qrc"
/>
<include
location=
"../qt4projectmanager/qt4projectmanager.qrc"
/>
<include
location=
"../qt4projectmanager/wizards/wizards.qrc"
/>
<include
location=
"../quickopen/quickopen.qrc"
/>
<include
location=
"../resourceeditor/resourceeditor.qrc"
/>
<include
location=
"../texteditor/texteditor.qrc"
/>
</resources>
<resources/>
<connections>
<connection>
<sender>
buttonBox
</sender>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment