This commit is contained in:
Akash Mozumdar 2018-11-10 01:17:02 -05:00
parent 303140dfbf
commit 97d0528550
2 changed files with 1 additions and 21 deletions

View File

@ -16,26 +16,6 @@
<property name="windowTitle">
<string>Extensions</string>
</property>
<property name="styleSheet">
<string notr="true">
QObject
{
font: 10pt &quot;MS Shell Dlg 2&quot;;
}
#textOutput
{
font: 13pt &quot;MS Shell Dlg 2&quot;;
}
QPushButton, QComboBox
{
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
text-align: left;
}
</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>

View File

@ -8,7 +8,7 @@
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
extenWindow(new ExtenWindow)
extenWindow(new ExtenWindow(this))
{
ui->setupUi(this);