From fbd891bca3f9dbcfb4314120b48ad223235f238a Mon Sep 17 00:00:00 2001 From: A Nilsen <ban@nibio.no> Date: Fri, 28 Apr 2023 12:19:09 +0000 Subject: [PATCH] Inkl. sjekkbokser for of-, sat- og ir-prosjekt --- get_nib_dialog_base.ui | 115 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 110 insertions(+), 5 deletions(-) diff --git a/get_nib_dialog_base.ui b/get_nib_dialog_base.ui index a8ad6f2..f5f012b 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>359</height> + <height>429</height> </rect> </property> <property name="windowTitle"> @@ -44,7 +44,7 @@ <property name="geometry"> <rect> <x>200</x> - <y>330</y> + <y>400</y> <width>141</width> <height>22</height> </rect> @@ -71,7 +71,7 @@ <property name="geometry"> <rect> <x>10</x> - <y>330</y> + <y>400</y> <width>50</width> <height>22</height> </rect> @@ -95,7 +95,7 @@ <property name="geometry"> <rect> <x>10</x> - <y>200</y> + <y>270</y> <width>331</width> <height>122</height> </rect> @@ -236,7 +236,7 @@ <property name="geometry"> <rect> <x>10</x> - <y>40</y> + <y>110</y> <width>331</width> <height>152</height> </rect> @@ -441,6 +441,111 @@ </property> </widget> </widget> + <widget class="QGroupBox" name="groupBox_3"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>331</width> + <height>61</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="title"> + <string>Project types</string> + </property> + <widget class="QCheckBox" name="checkBox_sat_proj"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="geometry"> + <rect> + <x>140</x> + <y>30</y> + <width>65</width> + <height>20</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Satellite</string> + </property> + </widget> + <widget class="QCheckBox" name="checkBox_of_proj"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>85</width> + <height>20</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Orthophoto</string> + </property> + </widget> + <widget class="QCheckBox" name="checkBox_ir_proj"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="geometry"> + <rect> + <x>260</x> + <y>30</y> + <width>65</width> + <height>20</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Infrared</string> + </property> + </widget> + </widget> + <zorder>groupBox_3</zorder> + <zorder>checkBox_resetNib</zorder> + <zorder>button_box</zorder> + <zorder>toolButton_help</zorder> + <zorder>groupBox</zorder> + <zorder>groupBox_2</zorder> </widget> <resources/> <connections> -- GitLab