Skip to content
Snippets Groups Projects
Commit 6a2c3be4 authored by A Nilsen's avatar A Nilsen
Browse files

Incl. check box for metadata

parent e13f255e
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>349</width> <width>349</width>
<height>429</height> <height>459</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>200</x> <x>200</x>
<y>400</y> <y>430</y>
<width>141</width> <width>141</width>
<height>22</height> <height>22</height>
</rect> </rect>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>400</y> <y>430</y>
<width>50</width> <width>50</width>
<height>22</height> <height>22</height>
</rect> </rect>
...@@ -540,12 +540,31 @@ ...@@ -540,12 +540,31 @@
</property> </property>
</widget> </widget>
</widget> </widget>
<widget class="QCheckBox" name="checkBox_savemeta">
<property name="geometry">
<rect>
<x>10</x>
<y>400</y>
<width>201</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Save project's metadata to file</string>
</property>
</widget>
<zorder>groupBox_3</zorder> <zorder>groupBox_3</zorder>
<zorder>checkBox_resetNib</zorder> <zorder>checkBox_resetNib</zorder>
<zorder>button_box</zorder> <zorder>button_box</zorder>
<zorder>toolButton_help</zorder> <zorder>toolButton_help</zorder>
<zorder>groupBox</zorder> <zorder>groupBox</zorder>
<zorder>groupBox_2</zorder> <zorder>groupBox_2</zorder>
<zorder>checkBox_savemeta</zorder>
</widget> </widget>
<resources/> <resources/>
<connections> <connections>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment