Changeset 101099 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 12, 2023 11:43:58 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r101098 r101099 3186 3186 3187 3187 m_pPatCB = new QComboBox(); 3188 m_pPatCB->setCompleter(0);3189 3188 pHLayout->addWidget(m_pPatCB); 3190 3189 if (!m_PatStr.isEmpty()) … … 3192 3191 m_pPatCB->setDuplicatesEnabled(false); 3193 3192 m_pPatCB->setEditable(true); 3194 connect(m_pPatCB, SIGNAL(activated(const QString &)), this, SLOT(apply(const QString &))); 3193 m_pPatCB->setCompleter(0); 3194 connect(m_pPatCB, SIGNAL(textActivated(const QString &)), this, SLOT(apply(const QString &))); 3195 3195 3196 3196 QPushButton *pPB = new QPushButton("&All");
Note:
See TracChangeset
for help on using the changeset viewer.