update labels
This commit is contained in:
parent
f4a60f281d
commit
f2de080e1b
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ StreamDialog::StreamDialog() : QWidget() {
|
||||||
m_videoGroupBox->setLayout(videoLayout);
|
m_videoGroupBox->setLayout(videoLayout);
|
||||||
|
|
||||||
auto resolutionLabel = new QLabel(this);
|
auto resolutionLabel = new QLabel(this);
|
||||||
resolutionLabel->setText("Stream Resolution");
|
resolutionLabel->setText("Resolution");
|
||||||
videoLayout->addWidget(resolutionLabel);
|
videoLayout->addWidget(resolutionLabel);
|
||||||
|
|
||||||
m_resolutionComboBox = new QComboBox(this);
|
m_resolutionComboBox = new QComboBox(this);
|
||||||
|
@ -41,7 +41,7 @@ StreamDialog::StreamDialog() : QWidget() {
|
||||||
videoLayout->addWidget(m_resolutionComboBox);
|
videoLayout->addWidget(m_resolutionComboBox);
|
||||||
|
|
||||||
auto framerateLabel = new QLabel(this);
|
auto framerateLabel = new QLabel(this);
|
||||||
framerateLabel->setText("Stream Framerate");
|
framerateLabel->setText("Framerate");
|
||||||
videoLayout->addWidget(framerateLabel);
|
videoLayout->addWidget(framerateLabel);
|
||||||
|
|
||||||
m_framerateComboBox = new QComboBox(this);
|
m_framerateComboBox = new QComboBox(this);
|
||||||
|
|
Loading…
Reference in a new issue