Changeset 72033 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 26, 2018 9:34:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSettingsPanel.cpp
r72030 r72033 116 116 mainLayout()->addWidget(m_pOpenFontDialog, 0); 117 117 m_pOpenFontDialog->setIcon(UIIconPool::iconSet(":/log_viewer_goto_selected_bookmark_16px.png")); 118 m_pOpenFontDialog->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); 118 119 } 119 120 … … 160 161 { 161 162 m_pOpenFontDialog->setToolTip(UIVMLogViewerWidget::tr("Open a font dialog to select font face for the logviewer")); 163 m_pOpenFontDialog->setText(UIVMLogViewerWidget::tr("Select Font")); 162 164 } 163 165 … … 166 168 void UIVMLogViewerSettingsPanel::sltOpenFontDialog() 167 169 { 168 // QFont getFont(bool * ok, const QFont & initial, QWidget * parent = 0, const QString & title = QString(), FontDialogOptions options = 0)169 170 QFont currentFont; 170 171 UIVMLogViewerWidget* parentWidget = qobject_cast<UIVMLogViewerWidget*>(parent());
Note:
See TracChangeset
for help on using the changeset viewer.