Skip to content

Commit

Permalink
Adjust wording about PAL engine
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Sep 6, 2012
1 parent 2b03c14 commit ea2de72
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -674,7 +674,7 @@
<item row="3" column="0">
<widget class="QPushButton" name="mEngineSettingsButton">
<property name="text">
<string>PAL engine settings</string>
<string>Automated placement settings</string>
</property>
</widget>
</item>
Expand Down
53 changes: 40 additions & 13 deletions src/ui/qgsengineconfigdialog.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>435</width>
<height>307</height>
<width>316</width>
<height>328</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -205,18 +205,45 @@
</layout>
</item>
<item>
<widget class="QCheckBox" name="chkShowAllLabels">
<property name="text">
<string>Show all labels and features (i.e. including colliding objects)</string>
<layout class="QGridLayout" name="gridLayout_2">
<property name="verticalSpacing">
<number>6</number>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkShowCandidates">
<property name="text">
<string>Show candidates (for debugging)</string>
</property>
</widget>
<item row="0" column="1">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Show all labels and features for all layers</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="chkShowAllLabels">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="chkShowCandidates">
<property name="text">
<string>Show candidates (for debugging)</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_6">
<property name="text">
<string>(i.e. including colliding objects)</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgslabelingguibase.ui
Expand Up @@ -1562,7 +1562,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Engine settings</string>
<string>Automated placement settings</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit ea2de72

Please sign in to comment.