Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/qfm/
H A Dqfmwindow.cpp76 connect(m_btnopen, SIGNAL(clicked(bool)), this, SLOT(on_openClicked())); in QfmWindow()
98 m_btnopen = new QPushButton(this); in initLayout()
99 m_btnopen->setText(tr("open")); in initLayout()
100 m_btnopen->setVisible(true); in initLayout()
110 m_toolbar->addWidget(m_btnopen); in initLayout()
339 m_btnopen->show(); in on_itemClicked()
H A Dqfmwindow.h84 QPushButton *m_btnopen; variable