From 6a2c3be4cfe55c8a4c2d26e6c99087bfe64781a0 Mon Sep 17 00:00:00 2001 From: A Nilsen <ban@nibio.no> Date: Mon, 7 Aug 2023 07:38:24 +0000 Subject: [PATCH] Incl. check box for metadata --- get_nib_dialog_base.ui | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/get_nib_dialog_base.ui b/get_nib_dialog_base.ui index f5f012b..82b6b17 100644 --- a/get_nib_dialog_base.ui +++ b/get_nib_dialog_base.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>349</width> - <height>429</height> + <height>459</height> </rect> </property> <property name="windowTitle"> @@ -44,7 +44,7 @@ <property name="geometry"> <rect> <x>200</x> - <y>400</y> + <y>430</y> <width>141</width> <height>22</height> </rect> @@ -71,7 +71,7 @@ <property name="geometry"> <rect> <x>10</x> - <y>400</y> + <y>430</y> <width>50</width> <height>22</height> </rect> @@ -540,12 +540,31 @@ </property> </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>checkBox_resetNib</zorder> <zorder>button_box</zorder> <zorder>toolButton_help</zorder> <zorder>groupBox</zorder> <zorder>groupBox_2</zorder> + <zorder>checkBox_savemeta</zorder> </widget> <resources/> <connections> -- GitLab