Commit 04dacaa6 authored by Claudio Valerio's avatar Claudio Valerio

fixed player windows on windows

parent 3c905ba2
...@@ -102,7 +102,9 @@ UBMediaPlayer::UBMediaPlayer() : ...@@ -102,7 +102,9 @@ UBMediaPlayer::UBMediaPlayer() :
vLayout->addWidget(&m_videoWindow); vLayout->addWidget(&m_videoWindow);
// m_videoWidget->setStyleSheet(QString("background:red;")); // m_videoWidget->setStyleSheet(QString("background:red;"));
QVBoxLayout *buttonPanelLayout = new QVBoxLayout(); QVBoxLayout *buttonPanelLayout = new QVBoxLayout();
m_videoWindow.hide(); #ifdef Q_WS_MAC
m_videoWindow.hide();
#endif
// buttonPanelLayout->addLayout(layout); // buttonPanelLayout->addLayout(layout);
// timeLabel = new QLabel(this); // timeLabel = new QLabel(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment