Home
last modified time | relevance | path

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

/dports/graphics/eos-movrec/eos-movrec-0.3.2_beta/
H A Dmainwnd.cpp113 tvBox = new QComboBox(this); in GEOSRecWnd()
115 tvBox->setEditable(false); in GEOSRecWnd()
116 tvBox->setToolTip(tr("Select TV")); in GEOSRecWnd()
117 btn_layout->addWidget(tvBox, 0); in GEOSRecWnd()
558 tvBox->setCurrentIndex(i); in loadSettings()
781 tvBox->setCurrentIndex(i); in customEvent()
792 unsigned int curr_tv = tvBox->itemData(tvBox->currentIndex(), Qt::UserRole).toInt(); in customEvent()
796 tvBox->clear(); in customEvent()
852 tvBox->setEnabled(true); in customEvent()
856 tvBox->setEnabled(false); in customEvent()
[all …]
H A Dmainwnd.h99 QComboBox* tvBox; variable