summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2015-05-15 07:48:43 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2015-05-15 09:44:28 +0000
commitab5d64354dc551f3c2ddca28e115630940b9ca89 (patch)
tree9410bd42eb7af9c2f6fc3440838dd144f9751848
parent5dbd90b220c946f439a5806006a2665c2860bf31 (diff)
downloadqttools-ab5d64354dc551f3c2ddca28e115630940b9ca89.tar.gz
Qt Designer: Update widget box labels
- Use correct names for 3rd-party technologies ("OpenGL") - Use appropriate capitalization ("MDI Area", "Key Sequence Edit") - Make labels as similar to the corresponding class names as possible (QDialogButtonBox, QCalendarWidget) Change-Id: I3d9b1b77b62444496589c7c4a80f3ffb86f27e67 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-rw-r--r--src/designer/src/components/widgetbox/widgetbox.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/designer/src/components/widgetbox/widgetbox.xml b/src/designer/src/components/widgetbox/widgetbox.xml
index b0ddfd11b..59033f25f 100644
--- a/src/designer/src/components/widgetbox/widgetbox.xml
+++ b/src/designer/src/components/widgetbox/widgetbox.xml
@@ -225,7 +225,7 @@
</ui>
</categoryentry>
- <categoryentry name="Button Box" icon="widgets/dialogbuttonbox.png">
+ <categoryentry name="Dialog Button Box" icon="widgets/dialogbuttonbox.png">
<ui>
<widget class="QDialogButtonBox">
<property name="standardButtons" >
@@ -476,7 +476,7 @@
</ui>
</categoryentry>
- <categoryentry name="MdiArea" icon="widgets/mdiarea.png">
+ <categoryentry name="MDI Area" icon="widgets/mdiarea.png">
<ui>
<widget class="QMdiArea">
<property name="geometry">
@@ -798,7 +798,7 @@
</widget>
</ui>
</categoryentry>
- <categoryentry name="Key sequence Edit" icon="widgets/lineedit.png">
+ <categoryentry name="Key Sequence Edit" icon="widgets/lineedit.png">
<ui>
<widget class="QKeySequenceEdit">
<property name="geometry" >
@@ -853,7 +853,7 @@
</ui>
</categoryentry>
- <categoryentry name="Calendar" icon="widgets/calendarwidget.png">
+ <categoryentry name="Calendar Widget" icon="widgets/calendarwidget.png">
<ui>
<widget class="QCalendarWidget">
<property name="objectName">
@@ -936,7 +936,7 @@
</ui>
</categoryentry>
- <categoryentry name="Open GL Widget" icon="widgets/widget.png">
+ <categoryentry name="OpenGL Widget" icon="widgets/widget.png">
<ui>
<widget class="QOpenGLWidget">
<property name="geometry">