<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ProjectPropertiesW</class> <widget class="QDialog" name="ProjectPropertiesW"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>373</width> <height>417</height> </rect> </property> <property name="windowTitle"> <string>Project Properties</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Project name</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLineEdit" name="le_name"/> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Description</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLineEdit" name="le_description"/> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Notes</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QPlainTextEdit" name="le_notes"/> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="cb_save_now"> <property name="text"> <string>Save Now</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Preferred</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ProjectPropertiesW</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>226</x> <y>401</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ProjectPropertiesW</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>294</x> <y>406</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>cb_save_now</sender> <signal>toggled(bool)</signal> <receiver>le_name</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>274</x> <y>359</y> </hint> <hint type="destinationlabel"> <x>223</x> <y>41</y> </hint> </hints> </connection> </connections> </ui>