refs #638, support for military flag in forms

* avoid rountrips with completers
* new checkboxes for military
This commit is contained in:
Klaus Basan
2016-04-11 19:39:50 +02:00
parent 826662cbb5
commit dc004ed2d9
7 changed files with 182 additions and 145 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>232</width>
<height>210</height>
<width>233</width>
<height>205</height>
</rect>
</property>
<property name="windowTitle">
@@ -168,6 +168,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_Military">
<property name="text">
<string>Mil.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>