Searched refs:UIGroupRenameEditor (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.h33 class UIGroupRenameEditor;
186 UIGroupRenameEditor *m_pNameEditorWidget;
214 class UIGroupRenameEditor : public QWidget class in inherits:QWidget
226 UIGroupRenameEditor(const QString &strName, UIGChooserItem *pParent);
H A DUIGChooserItemGroup.cpp422 m_pNameEditorWidget = new UIGroupRenameEditor(name(), this);
1812 UIGroupRenameEditor::UIGroupRenameEditor(const QString &strName, UIGChooserItem *pParent) function in class:UIGroupRenameEditor
1830 QString UIGroupRenameEditor::text() const
1835 void UIGroupRenameEditor::setText(const QString &strText)
1840 void UIGroupRenameEditor::setFont(const QFont &font)
1846 void UIGroupRenameEditor::setFocus()
1851 bool UIGroupRenameEditor::eventFilter(QObject *pWatched, QEvent *pEvent)
1881 void UIGroupRenameEditor::handleContextMenuEvent(QContextMenuEvent *pContextMenuEvent)

Completed in 46 milliseconds