26 #if ! defined (octave_gui_preferences_ve_h)
27 #define octave_gui_preferences_ve_h 1
31 #include <QApplication>
74 QT_TRANSLATE_NOOP (
"octave::settings_dialog",
"Foreground"),
75 QT_TRANSLATE_NOOP (
"octave::settings_dialog",
"Background"),
76 QT_TRANSLATE_NOOP (
"octave::settings_dialog",
"Selected Foreground"),
77 QT_TRANSLATE_NOOP (
"octave::settings_dialog",
"Selected Background"),
78 QT_TRANSLATE_NOOP (
"octave::settings_dialog",
"Alternate Background")
104 "-mat7-binary",
"mat",
107 "-mat-binary",
"mat",
110 "-mat4-binary",
"mat",
const gui_pref ve_color_mode("variable_editor/color_mode", QVariant(0))
const int ve_colors_count
const QStringList ve_save_formats
const gui_pref ve_column_width("variable_editor/column_width", QVariant(100))
const QString ve_color_chars("fbsha")
const gui_pref ve_use_terminal_font("variable_editor/use_terminal_font", QVariant(true))
const gui_pref ve_font_size("variable_editor/font_size", QVariant(10))
const QStringList ve_color_names
const gui_pref ve_alternate_rows("variable_editor/alternate_rows", QVariant(false))
const gui_pref ve_font_name("variable_editor/font_name", QVariant())
const QStringList ve_save_formats_ext
const gui_pref ve_colors[2 *ve_colors_count]
const gui_pref ve_row_height("variable_editor/row_height", QVariant(10))
const QStringList settings_color_modes_ext(QStringList()<< ""<< "_2")