autoupdaterdialog.ui (3195B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>AutoUpdaterDialog</class> 4 <widget class="QDialog" name="AutoUpdaterDialog"> 5 <property name="windowModality"> 6 <enum>Qt::ApplicationModal</enum> 7 </property> 8 <property name="geometry"> 9 <rect> 10 <x>0</x> 11 <y>0</y> 12 <width>651</width> 13 <height>474</height> 14 </rect> 15 </property> 16 <property name="windowTitle"> 17 <string>Automatic Updater</string> 18 </property> 19 <property name="modal"> 20 <bool>true</bool> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout"> 23 <item> 24 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1"> 25 <item> 26 <widget class="QLabel" name="label_2"> 27 <property name="sizePolicy"> 28 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 29 <horstretch>0</horstretch> 30 <verstretch>0</verstretch> 31 </sizepolicy> 32 </property> 33 <property name="text"> 34 <string/> 35 </property> 36 <property name="pixmap"> 37 <pixmap resource="resources/resources.qrc">:/icons/UpdateDuck.png</pixmap> 38 </property> 39 </widget> 40 </item> 41 <item> 42 <widget class="QLabel" name="label"> 43 <property name="font"> 44 <font> 45 <pointsize>16</pointsize> 46 <weight>75</weight> 47 <bold>true</bold> 48 </font> 49 </property> 50 <property name="text"> 51 <string>Update Available</string> 52 </property> 53 </widget> 54 </item> 55 </layout> 56 </item> 57 <item> 58 <widget class="QLabel" name="currentVersion"> 59 <property name="text"> 60 <string>Current Version: </string> 61 </property> 62 </widget> 63 </item> 64 <item> 65 <widget class="QLabel" name="newVersion"> 66 <property name="text"> 67 <string>New Version: </string> 68 </property> 69 </widget> 70 </item> 71 <item> 72 <widget class="QTextBrowser" name="updateNotes"/> 73 </item> 74 <item> 75 <layout class="QHBoxLayout" name="horizontalLayout"> 76 <item> 77 <spacer name="horizontalSpacer"> 78 <property name="orientation"> 79 <enum>Qt::Horizontal</enum> 80 </property> 81 <property name="sizeHint" stdset="0"> 82 <size> 83 <width>40</width> 84 <height>20</height> 85 </size> 86 </property> 87 </spacer> 88 </item> 89 <item> 90 <widget class="QPushButton" name="downloadAndInstall"> 91 <property name="enabled"> 92 <bool>false</bool> 93 </property> 94 <property name="text"> 95 <string>Download and Install...</string> 96 </property> 97 </widget> 98 </item> 99 <item> 100 <widget class="QPushButton" name="skipThisUpdate"> 101 <property name="text"> 102 <string>Skip This Update</string> 103 </property> 104 </widget> 105 </item> 106 <item> 107 <widget class="QPushButton" name="remindMeLater"> 108 <property name="text"> 109 <string>Remind Me Later</string> 110 </property> 111 <property name="default"> 112 <bool>true</bool> 113 </property> 114 </widget> 115 </item> 116 </layout> 117 </item> 118 </layout> 119 </widget> 120 <resources> 121 <include location="resources/resources.qrc"/> 122 </resources> 123 <connections/> 124 </ui>