Fixed bug 666 - Draft grid

This commit is contained in:
Yorik van Havre
2012-04-08 12:10:24 -03:00
parent 605d567cc4
commit 4d1df2bcba
5 changed files with 3111 additions and 314 deletions

View File

@@ -657,6 +657,25 @@
</property>
</spacer>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_10">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>If checked, the Draft grid will always be visible when the Draft workbench is active. Otherwise only when using a command</string>
</property>
<property name="text">
<string>Always show</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>alwaysShowGrid</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Draft</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_15">
<property name="enabled">
@@ -1300,5 +1319,21 @@ such as &quot;Arial:Bold&quot;</string>
</hint>
</hints>
</connection>
<connection>
<sender>gui::prefcheckbox_2</sender>
<signal>clicked(bool)</signal>
<receiver>gui::prefcheckbox_10</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>72</x>
<y>375</y>
</hint>
<hint type="destinationlabel">
<x>226</x>
<y>373</y>
</hint>
</hints>
</connection>
</connections>
</ui>