1
0
Fork 0
forked from len0rd/rockbox

qeditor: display message on "Nothing" backend selection

Change-Id: I071c79500f55afe0b6342cbb5a26a9fddba35d94
Reviewed-on: http://gerrit.rockbox.org/996
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
Amaury Pouly 2014-09-27 21:24:18 +02:00
parent 99ed6d2bea
commit 4a711fee42
3 changed files with 19 additions and 4 deletions

View file

@ -134,6 +134,7 @@ RegTab::RegTab(Backend *backend, QWidget *parent)
QGroupBox *data_sel_group = new QGroupBox("Data selection");
QHBoxLayout *data_sel_layout = new QHBoxLayout;
m_backend_selector = new BackendSelector(m_backend, this);
m_backend_selector->SetNothingMessage("<i>Select a data source to analyse its content.</i>");
m_readonly_check = new QCheckBox("Read-only");
m_readonly_check->setCheckState(Qt::Checked);
m_data_soc_label = new QLabel;