<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>417</width> <height>110</height> </rect> </property> <property name="windowTitle"> <string>Git Ask Pass</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="txtPrompt"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="txtInput"/> </item> </layout> </widget> <resources/> <connections/> </ui>