Add member list
This commit is contained in:
parent
3097037c3d
commit
763330fd3c
13 changed files with 300 additions and 14 deletions
|
|
@ -23,7 +23,7 @@
|
|||
OverlayModal::OverlayModal(QWidget *parent, QWidget *content)
|
||||
: OverlayWidget(parent)
|
||||
, content_{content}
|
||||
, color_{QColor(55, 55, 55)}
|
||||
, color_{QColor(30, 30, 30, 170)}
|
||||
{
|
||||
auto layout = new QVBoxLayout();
|
||||
layout->addWidget(content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue