Searched refs:m_btnopen (Results 1 – 2 of 2) sorted by relevance
76 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()
84 QPushButton *m_btnopen; variable