Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/qt/
H A DQt4Gui.cpp799 QFrame* loggingTab = new QFrame(); in PreferencesDialog() local
800 tabs->addTab(loggingTab, _q("Logging")); in PreferencesDialog()
801 QVBoxLayout* layout = new QVBoxLayout (loggingTab); in PreferencesDialog()
803 tmpLabel = new QLabel(_q("<b>Logging options</b>"), loggingTab); in PreferencesDialog()
806 tmpLabel = new QLabel(_q("Verbosity level"), loggingTab); in PreferencesDialog()
809 QLCDNumber* lcd = new QLCDNumber(loggingTab); in PreferencesDialog()
814 _verbositySlider = new QSlider(loggingTab); in PreferencesDialog()
824 _logToFileToggle = new QCheckBox(_q("Log to file"), loggingTab); in PreferencesDialog()
835 _actionDumpToggle = new QCheckBox(_q("Log SWF actions"), loggingTab); in PreferencesDialog()
840 loggingTab); in PreferencesDialog()
[all …]