diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6d3e607..590bb42 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -31,8 +31,13 @@ MainWindow::MainWindow(QWidget *parent) : "background: #505050;}" "QTabWidget::pane{margin:0}" "QLineEdit{min-height:36px;max-height:36px; border:1px solid silver}" + "QLineEdit:enabled{background-color: #515151}" + "QDateEdit{min-height:36px;max-height:36px; border:1px solid silver}" + "QDateEdit:enabled{background-color: #515151}" "QTextEdit{border:1px solid silver}" + "QTextEdit:enabled{background-color: #515151}" "QComboBox{text-align:center;min-height:36px;max-height:36px; border:1px solid silver}" + "QComboBox:enabled{background-color: #515151}" "QComboBox::drop-down{width:20px}" "QComboBox QAbstractItemView{min-width:120px;}" "QComboBox QAbstractItemView::item {min-height:60px;max-height:60px; border:1px solid white;}" @@ -42,13 +47,16 @@ MainWindow::MainWindow(QWidget *parent) : "QWidget#contentWidget{border-top:1px solid #515151;}\n" "QWidget#commandWidget{min-height:123px;max-height:123px;border-top:1px solid #515151; border-bottom:1px solid #323232;}\n" "QLabel#logo{min-width:30px;max-width:30px}\n" - "QLabel#company{min-width:150px;max-width:150px}\n" + "QLabel#company{min-width:150px;max-width:150px; }\n" + "QLabel#systemMsgBar{min-width:500px;}\n" "QWidget QWidget#statusBarWidget{min-width:300px;}\n" "QWidget QToolButton{border:none;border-radius:10%;font-size:26px; font-weight:Bold;padding:5px;}\n" "QWidget QToolButton:hover{background:#505050;}\n" "QWidget QToolButton:checked{border:5px solid darkorange;padding:0px;}" "QWidget#editcmdWidget{min-height:83px;max-height:83px;}" - "QWidget#verSpaceLine{ border-right:1px solid #0078d8;}"; + "QWidget#verSpaceLine{ border-right:1px solid #0078d8;}" + "#spacer_1, #spacer_2{min-width:2px;max-width:2px;margin-top:6px;margin-bottom:6px;border-right:1px solid #0078d8;}"//green with 2 + ; this->setStyleSheet(style); ui->setupUi(this); QTabWidget *tab = new QTabWidget(this);