mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +00:00
autogenerated font fix on mac, perhaps
This commit is contained in:
parent
3655505700
commit
bb26e305c1
@ -512,7 +512,10 @@
|
|||||||
<widget class="QLabel" name="label_32">
|
<widget class="QLabel" name="label_32">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>9</pointsize>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -790,6 +793,13 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout_23">
|
<layout class="QHBoxLayout" name="horizontalLayout_23">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_14">
|
<widget class="QLabel" name="label_14">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>window shape</string>
|
<string>window shape</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1153,6 +1163,13 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="pushButtonLoadSounds">
|
<widget class="QPushButton" name="pushButtonLoadSounds">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>directory</string>
|
<string>directory</string>
|
||||||
</property>
|
</property>
|
||||||
@ -1240,6 +1257,13 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout_24">
|
<layout class="QHBoxLayout" name="horizontalLayout_24">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_15">
|
<widget class="QLabel" name="label_15">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>window shape</string>
|
<string>window shape</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
** Form generated from reading UI file 'samplebrainE24659.ui'
|
** Form generated from reading UI file 'samplebrainr24659.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 SAMPLEBRAINE24659_H
|
#ifndef SAMPLEBRAINR24659_H
|
||||||
#define SAMPLEBRAINE24659_H
|
#define SAMPLEBRAINR24659_H
|
||||||
|
|
||||||
#include <QtCore/QVariant>
|
#include <QtCore/QVariant>
|
||||||
#include <QtGui/QAction>
|
#include <QtGui/QAction>
|
||||||
@ -433,9 +433,7 @@ public:
|
|||||||
horizontalLayout_25->setObjectName(QString::fromUtf8("horizontalLayout_25"));
|
horizontalLayout_25->setObjectName(QString::fromUtf8("horizontalLayout_25"));
|
||||||
label_32 = new QLabel(controlTab);
|
label_32 = new QLabel(controlTab);
|
||||||
label_32->setObjectName(QString::fromUtf8("label_32"));
|
label_32->setObjectName(QString::fromUtf8("label_32"));
|
||||||
QFont font3;
|
label_32->setFont(font2);
|
||||||
font3.setPointSize(9);
|
|
||||||
label_32->setFont(font3);
|
|
||||||
|
|
||||||
horizontalLayout_25->addWidget(label_32);
|
horizontalLayout_25->addWidget(label_32);
|
||||||
|
|
||||||
@ -572,6 +570,7 @@ public:
|
|||||||
horizontalLayout_23->setObjectName(QString::fromUtf8("horizontalLayout_23"));
|
horizontalLayout_23->setObjectName(QString::fromUtf8("horizontalLayout_23"));
|
||||||
label_14 = new QLabel(controlTab);
|
label_14 = new QLabel(controlTab);
|
||||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||||
|
label_14->setFont(font);
|
||||||
|
|
||||||
horizontalLayout_23->addWidget(label_14);
|
horizontalLayout_23->addWidget(label_14);
|
||||||
|
|
||||||
@ -751,6 +750,7 @@ public:
|
|||||||
|
|
||||||
pushButtonLoadSounds = new QPushButton(controlTab);
|
pushButtonLoadSounds = new QPushButton(controlTab);
|
||||||
pushButtonLoadSounds->setObjectName(QString::fromUtf8("pushButtonLoadSounds"));
|
pushButtonLoadSounds->setObjectName(QString::fromUtf8("pushButtonLoadSounds"));
|
||||||
|
pushButtonLoadSounds->setFont(font);
|
||||||
|
|
||||||
horizontalLayout_2->addWidget(pushButtonLoadSounds);
|
horizontalLayout_2->addWidget(pushButtonLoadSounds);
|
||||||
|
|
||||||
@ -805,6 +805,7 @@ public:
|
|||||||
horizontalLayout_24->setObjectName(QString::fromUtf8("horizontalLayout_24"));
|
horizontalLayout_24->setObjectName(QString::fromUtf8("horizontalLayout_24"));
|
||||||
label_15 = new QLabel(controlTab);
|
label_15 = new QLabel(controlTab);
|
||||||
label_15->setObjectName(QString::fromUtf8("label_15"));
|
label_15->setObjectName(QString::fromUtf8("label_15"));
|
||||||
|
label_15->setFont(font);
|
||||||
|
|
||||||
horizontalLayout_24->addWidget(label_15);
|
horizontalLayout_24->addWidget(label_15);
|
||||||
|
|
||||||
@ -1162,4 +1163,4 @@ namespace Ui {
|
|||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
#endif // SAMPLEBRAINE24659_H
|
#endif // SAMPLEBRAINR24659_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user