This commit is contained in:
dave griffiths 2015-10-16 16:28:47 +01:00
parent e8af619d22
commit 3216caf16f
2 changed files with 20 additions and 4 deletions

View File

@ -1539,6 +1539,13 @@
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QPushButton" name="pushButtonLoadSession"> <widget class="QPushButton" name="pushButtonLoadSession">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>load session</string> <string>load session</string>
</property> </property>
@ -1546,6 +1553,13 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButtonSaveSession"> <widget class="QPushButton" name="pushButtonSaveSession">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>save session</string> <string>save session</string>
</property> </property>

View File

@ -1,13 +1,13 @@
/******************************************************************************** /********************************************************************************
** Form generated from reading UI file 'samplebraing13021.ui' ** Form generated from reading UI file 'samplebrainQ13021.ui'
** **
** Created by: Qt User Interface Compiler version 4.8.6 ** Created by: Qt User Interface Compiler version 4.8.6
** **
** WARNING! All changes made in this file will be lost when recompiling UI file! ** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/ ********************************************************************************/
#ifndef SAMPLEBRAING13021_H #ifndef SAMPLEBRAINQ13021_H
#define SAMPLEBRAING13021_H #define SAMPLEBRAINQ13021_H
#include <QtCore/QVariant> #include <QtCore/QVariant>
#include <QtGui/QAction> #include <QtGui/QAction>
@ -1011,11 +1011,13 @@ public:
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
pushButtonLoadSession = new QPushButton(centralwidget); pushButtonLoadSession = new QPushButton(centralwidget);
pushButtonLoadSession->setObjectName(QString::fromUtf8("pushButtonLoadSession")); pushButtonLoadSession->setObjectName(QString::fromUtf8("pushButtonLoadSession"));
pushButtonLoadSession->setFont(font);
verticalLayout->addWidget(pushButtonLoadSession); verticalLayout->addWidget(pushButtonLoadSession);
pushButtonSaveSession = new QPushButton(centralwidget); pushButtonSaveSession = new QPushButton(centralwidget);
pushButtonSaveSession->setObjectName(QString::fromUtf8("pushButtonSaveSession")); pushButtonSaveSession->setObjectName(QString::fromUtf8("pushButtonSaveSession"));
pushButtonSaveSession->setFont(font);
verticalLayout->addWidget(pushButtonSaveSession); verticalLayout->addWidget(pushButtonSaveSession);
@ -1271,4 +1273,4 @@ namespace Ui {
QT_END_NAMESPACE QT_END_NAMESPACE
#endif // SAMPLEBRAING13021_H #endif // SAMPLEBRAINQ13021_H