more UI work is needed because windows sucks ass
This commit is contained in:
parent
7ef860c263
commit
ad425c5b8f
4 changed files with 32 additions and 7 deletions
|
@ -29,7 +29,8 @@ SOURCES +=
|
|||
HEADERS +=
|
||||
|
||||
FORMS += \
|
||||
wizard.ui
|
||||
wizard.ui \
|
||||
replyservice.ui
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.7.2, 2018-12-04T01:52:16. -->
|
||||
<!-- Written by QtCreator 4.7.2, 2018-12-05T08:36:26. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
|
24
gui/replyservice.ui
Normal file
24
gui/replyservice.ui
Normal file
|
@ -0,0 +1,24 @@
|
|||
<ui version="4.0" >
|
||||
<author></author>
|
||||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>MainWindow</string>
|
||||
</property>
|
||||
<widget class="QMenuBar" name="menubar" />
|
||||
<widget class="QWidget" name="centralwidget" />
|
||||
<widget class="QStatusBar" name="statusbar" />
|
||||
</widget>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<connections/>
|
||||
</ui>
|
|
@ -7,7 +7,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>530</width>
|
||||
<height>426</height>
|
||||
<height>439</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<item>
|
||||
<widget class="QStackedWidget" name="stackedWidget">
|
||||
<property name="currentIndex">
|
||||
<number>11</number>
|
||||
<number>10</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="pge_welcome">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||||
|
@ -420,8 +420,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>470</width>
|
||||
<height>145</height>
|
||||
<width>330</width>
|
||||
<height>117</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
|
@ -1024,7 +1024,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>If you'd like your bot to be able to reply when mentioned, simply click the button below and it will be set up for you.</p></body></html></string>
|
||||
<string><html><head/><body><p>You can optionally set your bot to reply when mentioned. Click below to enable this feature.</p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
Loading…
Reference in a new issue