Skip to content

Commit

Permalink
HIG compliance updates for annotation dialogs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13197 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 29, 2010
1 parent 24b1c16 commit 13a7524
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
17 changes: 13 additions & 4 deletions src/ui/qgsannotationwidgetbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>213</width>
<height>150</height>
<height>152</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -26,7 +26,10 @@
<item>
<widget class="QLabel" name="mMapMarkerLabel">
<property name="text">
<string>Map marker:</string>
<string>Map marker</string>
</property>
<property name="buddy">
<cstring>mMapMarkerButton</cstring>
</property>
</widget>
</item>
Expand All @@ -44,7 +47,10 @@
<item>
<widget class="QLabel" name="mFrameWidthLabel">
<property name="text">
<string>Frame width:</string>
<string>Frame width</string>
</property>
<property name="buddy">
<cstring>mFrameWidthSpinBox</cstring>
</property>
</widget>
</item>
Expand All @@ -58,7 +64,10 @@
<item>
<widget class="QLabel" name="mFrameColorLabel">
<property name="text">
<string>Frame color:</string>
<string>Frame color</string>
</property>
<property name="buddy">
<cstring>mFrameColorButton</cstring>
</property>
</widget>
</item>
Expand Down
20 changes: 18 additions & 2 deletions src/ui/qgstextannotationdialogbase.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>419</width>
<width>517</width>
<height>364</height>
</rect>
</property>
Expand Down Expand Up @@ -78,7 +78,10 @@
<item>
<widget class="QLabel" name="mBackgroundColorLabel">
<property name="text">
<string>Background color: </string>
<string>Background color</string>
</property>
<property name="buddy">
<cstring>mBackgroundColorButton</cstring>
</property>
</widget>
</item>
Expand All @@ -99,6 +102,9 @@
</item>
<item row="3" column="0">
<widget class="QStackedWidget" name="mStackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page"/>
<widget class="QWidget" name="page_2"/>
</widget>
Expand All @@ -122,6 +128,16 @@
<header>qgscolorbutton.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mFontComboBox</tabstop>
<tabstop>mFontSizeSpinBox</tabstop>
<tabstop>mBoldPushButton</tabstop>
<tabstop>mItalicsPushButton</tabstop>
<tabstop>mFontColorButton</tabstop>
<tabstop>mTextEdit</tabstop>
<tabstop>mBackgroundColorButton</tabstop>
<tabstop>mButtonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down

0 comments on commit 13a7524

Please sign in to comment.