mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
1537f83e85
commit
0d3f061ba8
@ -50,11 +50,11 @@ public slots:
|
|||||||
protected:
|
protected:
|
||||||
QVBoxLayout* verLayout;
|
QVBoxLayout* verLayout;
|
||||||
VideoSurface* videoSurface;
|
VideoSurface* videoSurface;
|
||||||
|
QPushButton* enterFullScreenButton = nullptr;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QHBoxLayout* buttonLayout = nullptr;
|
QHBoxLayout* buttonLayout = nullptr;
|
||||||
QPushButton* toggleMessagesButton = nullptr;
|
QPushButton* toggleMessagesButton = nullptr;
|
||||||
QPushButton* enterFullScreenButton = nullptr;
|
|
||||||
QFrame* buttonPanel = nullptr;
|
QFrame* buttonPanel = nullptr;
|
||||||
QPushButton* videoPreviewButton = nullptr;
|
QPushButton* videoPreviewButton = nullptr;
|
||||||
QPushButton* volumeButton = nullptr;
|
QPushButton* volumeButton = nullptr;
|
||||||
|
@ -117,6 +117,9 @@ GroupNetCamView::GroupNetCamView(int group, QWidget* parent)
|
|||||||
videoLabelSurface->layout()->setMargin(0);
|
videoLabelSurface->layout()->setMargin(0);
|
||||||
videoLabelSurface->setStyleSheet("QFrame { background-color: black; }");
|
videoLabelSurface->setStyleSheet("QFrame { background-color: black; }");
|
||||||
|
|
||||||
|
// remove full screen button in audio group chat since it's useless there
|
||||||
|
enterFullScreenButton->hide();
|
||||||
|
|
||||||
QSplitter* splitter = new QSplitter(Qt::Vertical, this);
|
QSplitter* splitter = new QSplitter(Qt::Vertical, this);
|
||||||
splitter->setChildrenCollapsible(false);
|
splitter->setChildrenCollapsible(false);
|
||||||
verLayout->insertWidget(0, splitter, 1);
|
verLayout->insertWidget(0, splitter, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user