<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ProjectNameW</class> <widget class="QDialog" name="ProjectNameW"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>423</width> <height>102</height> </rect> </property> <property name="windowTitle"> <string>Save project</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Path:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="le_path"/> </item> <item row="0" column="2"> <widget class="QPushButton" name="b_open"> <property name="maximumSize"> <size> <width>22</width> <height>22</height> </size> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../resources/resources.qrc"> <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Name:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="le_name"/> </item> <item row="2" column="0" colspan="3"> <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> <include location="../../resources/resources.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ProjectNameW</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ProjectNameW</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>