diff --git a/get_nib_dialog_base.ui b/get_nib_dialog_base.ui new file mode 100644 index 0000000000000000000000000000000000000000..7c8525b99846c4a44e685457c269c168f4ad8e69 --- /dev/null +++ b/get_nib_dialog_base.ui @@ -0,0 +1,186 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>getnibDialogBase</class> + <widget class="QDialog" name="getnibDialogBase"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>331</width> + <height>177</height> + </rect> + </property> + <property name="windowTitle"> + <string>NIB of-prosjekt</string> + </property> + <widget class="QDialogButtonBox" name="button_box"> + <property name="geometry"> + <rect> + <x>-20</x> + <y>140</y> + <width>341</width> + <height>32</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>280</x> + <y>110</y> + <width>40</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <widget class="QComboBox" name="comboBox"> + <property name="geometry"> + <rect> + <x>88</x> + <y>70</y> + <width>231</width> + <height>22</height> + </rect> + </property> + </widget> + <widget class="QCheckBox" name="checkBox"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>311</width> + <height>17</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Use current map canvas</string> + </property> + </widget> + <widget class="QLineEdit" name="lineEdit"> + <property name="geometry"> + <rect> + <x>90</x> + <y>110</y> + <width>181</width> + <height>22</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="label_lyr"> + <property name="geometry"> + <rect> + <x>10</x> + <y>70</y> + <width>81</width> + <height>16</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Select layer</string> + </property> + </widget> + <widget class="QLabel" name="label_file"> + <property name="geometry"> + <rect> + <x>10</x> + <y>110</y> + <width>71</width> + <height>16</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Select file</string> + </property> + </widget> + <widget class="QCheckBox" name="checkBoxNib"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>271</width> + <height>17</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>10</pointsize> + </font> + </property> + <property name="text"> + <string>Reset (empty) "Nib-prosjekt"-group</string> + </property> + </widget> + <widget class="QToolButton" name="toolButton_help"> + <property name="geometry"> + <rect> + <x>10</x> + <y>145</y> + <width>40</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>Help</string> + </property> + </widget> + </widget> + <resources/> + <connections> + <connection> + <sender>button_box</sender> + <signal>accepted()</signal> + <receiver>getnibDialogBase</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>20</x> + <y>20</y> + </hint> + <hint type="destinationlabel"> + <x>20</x> + <y>20</y> + </hint> + </hints> + </connection> + <connection> + <sender>button_box</sender> + <signal>rejected()</signal> + <receiver>getnibDialogBase</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>20</x> + <y>20</y> + </hint> + <hint type="destinationlabel"> + <x>20</x> + <y>20</y> + </hint> + </hints> + </connection> + </connections> +</ui>