Home
last modified time | relevance | path

Searched refs:LXQtPanelWidget (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/panel/
H A Dlxqtpanel.cpp179 LXQtPanelWidget = new QFrame(this);
180 LXQtPanelWidget->setObjectName(QStringLiteral("BackgroundWidget"));
184 this->layout()->addWidget(LXQtPanelWidget);
186 mLayout = new LXQtPanelLayout(LXQtPanelWidget);
188 LXQtPanelWidget->setLayout(mLayout);
H A Dlxqtpanel.h463 QFrame *LXQtPanelWidget; variable