diff options
author | 2021-06-07 12:25:47 +0530 | |
---|---|---|
committer | 2021-06-07 12:25:47 +0530 | |
commit | 9e8f876c07f2e29a7d421fb6399114b974b714c9 (patch) | |
tree | 1f92a46f3ed95be49b9227f54bf52dea2e9c3462 /src/rateapp.ui | |
parent | 4deed2488131ffd8d2646c57eea8ab5b8c3bc334 (diff) | |
download | whatsie-9e8f876c07f2e29a7d421fb6399114b974b714c9.tar.gz whatsie-9e8f876c07f2e29a7d421fb6399114b974b714c9.zip |
added more rating options in rate dialog
Diffstat (limited to 'src/rateapp.ui')
-rw-r--r-- | src/rateapp.ui | 123 |
1 files changed, 87 insertions, 36 deletions
diff --git a/src/rateapp.ui b/src/rateapp.ui index 9243daa..9b6ee24 100644 --- a/src/rateapp.ui +++ b/src/rateapp.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>424</width> - <height>189</height> + <width>472</width> + <height>224</height> </rect> </property> <property name="windowTitle"> @@ -51,43 +51,94 @@ </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> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="bottomMargin"> + <number>0</number> + </property> <item> - <widget class="QPushButton" name="alreadyDoneBtn"> - <property name="styleSheet"> - <string notr="true"/> - </property> - <property name="text"> - <string> Already Done </string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QPushButton" name="rateNowBtn"> + <property name="text"> + <string> Rate in Store</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Or</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="rateOnGithub"> + <property name="text"> + <string>Star rate Github repo</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Or</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="donate"> + <property name="text"> + <string>Donate</string> + </property> + </widget> + </item> + </layout> </item> <item> - <widget class="QPushButton" name="rateNowBtn"> - <property name="text"> - <string> Rate Now </string> - </property> - </widget> + <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> + </layout> </item> </layout> </item> |