mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
removed deck list
This commit is contained in:
@@ -537,21 +537,6 @@ int main(int argc, char *argv[]) {
|
|||||||
leftLayout->addWidget(mdemList);
|
leftLayout->addWidget(mdemList);
|
||||||
|
|
||||||
|
|
||||||
// DeckList
|
|
||||||
QLabel *deckLabel = new QLabel("decks");
|
|
||||||
QWidget *deckLabelBox = new QWidget();
|
|
||||||
QVBoxLayout *vDeckLabelBox = new QVBoxLayout();
|
|
||||||
QListView *deckList = new QListView();
|
|
||||||
deckLabel->setStyleSheet(
|
|
||||||
"font-size: 17px;"
|
|
||||||
"font-weight: 400;"
|
|
||||||
);
|
|
||||||
deckLabelBox->setLayout(vDeckLabelBox);
|
|
||||||
vDeckLabelBox->addWidget(deckLabel);
|
|
||||||
deckLabelBox->setMinimumSize(0, 40);
|
|
||||||
leftLayout->addWidget(deckLabelBox);
|
|
||||||
leftLayout->addWidget(deckList);
|
|
||||||
|
|
||||||
// RightSide
|
// RightSide
|
||||||
QWidget *rightWidget = new QWidget();
|
QWidget *rightWidget = new QWidget();
|
||||||
QVBoxLayout *rightLayout = new QVBoxLayout();
|
QVBoxLayout *rightLayout = new QVBoxLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user