diff options
Diffstat (limited to 'src/rateapp.ui')
-rw-r--r-- | src/rateapp.ui | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/src/rateapp.ui b/src/rateapp.ui new file mode 100644 index 0000000..9243daa --- /dev/null +++ b/src/rateapp.ui @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>RateApp</class> + <widget class="QWidget" name="RateApp"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>424</width> + <height>189</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>12</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Rate this app</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><html><head/><body><p>If you enjoy using this app, would you mind taking a moment to rate it?</p><p>It won't take more than a minute. Thanks you for your support!</p></body></html></string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="laterBtn"> + <property name="text"> + <string>Later</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>10</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="alreadyDoneBtn"> + <property name="styleSheet"> + <string notr="true"/> + </property> + <property name="text"> + <string> Already Done </string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="rateNowBtn"> + <property name="text"> + <string> Rate Now </string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |