9 #ifndef UI_2D_SETTINGS_2D_DIALOG_H
10 #define UI_2D_SETTINGS_2D_DIALOG_H
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QCheckBox>
17 #include <QtGui/QComboBox>
18 #include <QtGui/QDialog>
19 #include <QtGui/QDialogButtonBox>
20 #include <QtGui/QFontComboBox>
21 #include <QtGui/QFrame>
22 #include <QtGui/QGridLayout>
23 #include <QtGui/QGroupBox>
24 #include <QtGui/QHBoxLayout>
25 #include <QtGui/QHeaderView>
26 #include <QtGui/QLabel>
27 #include <QtGui/QLineEdit>
28 #include <QtGui/QPushButton>
29 #include <QtGui/QRadioButton>
30 #include <QtGui/QScrollArea>
31 #include <QtGui/QSpacerItem>
32 #include <QtGui/QSpinBox>
33 #include <QtGui/QTabWidget>
34 #include <QtGui/QTreeWidget>
35 #include <QtGui/QVBoxLayout>
36 #include <QtGui/QWidget>
304 if (settings_dialog->objectName().isEmpty())
305 settings_dialog->setObjectName(QString::fromUtf8(
"settings_dialog"));
306 settings_dialog->setWindowModality(Qt::ApplicationModal);
307 settings_dialog->resize(720, 480);
308 settings_dialog->setMinimumSize(QSize(400, 400));
309 verticalLayout_2 =
new QVBoxLayout(settings_dialog);
310 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
311 tabWidget =
new QTabWidget(settings_dialog);
312 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
313 tabWidget->setMinimumSize(QSize(0, 0));
315 tab_general->setObjectName(QString::fromUtf8(
"tab_general"));
316 tab_general->setEnabled(
true);
317 verticalLayout_10 =
new QVBoxLayout(tab_general);
318 verticalLayout_10->setObjectName(QString::fromUtf8(
"verticalLayout_10"));
319 scrollArea_2 =
new QScrollArea(tab_general);
320 scrollArea_2->setObjectName(QString::fromUtf8(
"scrollArea_2"));
321 scrollArea_2->setWidgetResizable(
true);
322 scrollAreaWidgetContents_2 =
new QWidget();
323 scrollAreaWidgetContents_2->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_2"));
324 scrollAreaWidgetContents_2->setGeometry(QRect(0, -4, 662, 382));
325 verticalLayout_17 =
new QVBoxLayout(scrollAreaWidgetContents_2);
326 verticalLayout_17->setObjectName(QString::fromUtf8(
"verticalLayout_17"));
327 groupBox =
new QGroupBox(scrollAreaWidgetContents_2);
328 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
329 verticalLayout_21 =
new QVBoxLayout(groupBox);
330 verticalLayout_21->setObjectName(QString::fromUtf8(
"verticalLayout_21"));
331 gridLayout =
new QGridLayout();
332 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
333 label_15 =
new QLabel(groupBox);
334 label_15->setObjectName(QString::fromUtf8(
"label_15"));
335 label_15->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
337 gridLayout->addWidget(label_15, 4, 0, 1, 1);
339 horizontalLayout_8 =
new QHBoxLayout();
340 horizontalLayout_8->setObjectName(QString::fromUtf8(
"horizontalLayout_8"));
341 comboBox_language =
new QComboBox(groupBox);
342 comboBox_language->setObjectName(QString::fromUtf8(
"comboBox_language"));
343 comboBox_language->setInsertPolicy(QComboBox::InsertAtBottom);
345 horizontalLayout_8->addWidget(comboBox_language);
347 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
349 horizontalLayout_8->addItem(horizontalSpacer_3);
352 gridLayout->addLayout(horizontalLayout_8, 1, 1, 1, 1);
354 label_8 =
new QLabel(groupBox);
355 label_8->setObjectName(QString::fromUtf8(
"label_8"));
356 label_8->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
358 gridLayout->addWidget(label_8, 2, 0, 1, 1);
360 cb_prompt_to_exit =
new QCheckBox(groupBox);
361 cb_prompt_to_exit->setObjectName(QString::fromUtf8(
"cb_prompt_to_exit"));
363 gridLayout->addWidget(cb_prompt_to_exit, 6, 0, 1, 1);
365 horizontalLayout_6 =
new QHBoxLayout();
366 horizontalLayout_6->setObjectName(QString::fromUtf8(
"horizontalLayout_6"));
367 icon_size_small =
new QRadioButton(groupBox);
368 icon_size_small->setObjectName(QString::fromUtf8(
"icon_size_small"));
370 horizontalLayout_6->addWidget(icon_size_small);
372 icon_size_normal =
new QRadioButton(groupBox);
373 icon_size_normal->setObjectName(QString::fromUtf8(
"icon_size_normal"));
374 icon_size_normal->setChecked(
true);
376 horizontalLayout_6->addWidget(icon_size_normal);
378 icon_size_large =
new QRadioButton(groupBox);
379 icon_size_large->setObjectName(QString::fromUtf8(
"icon_size_large"));
381 horizontalLayout_6->addWidget(icon_size_large);
383 horizontalSpacer_4 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
385 horizontalLayout_6->addItem(horizontalSpacer_4);
388 gridLayout->addLayout(horizontalLayout_6, 2, 1, 1, 1);
390 label_2 =
new QLabel(groupBox);
391 label_2->setObjectName(QString::fromUtf8(
"label_2"));
393 gridLayout->addWidget(label_2, 1, 0, 1, 1);
395 horizontalLayout_9 =
new QHBoxLayout();
396 horizontalLayout_9->setObjectName(QString::fromUtf8(
"horizontalLayout_9"));
397 general_icon_octave =
new QRadioButton(groupBox);
398 general_icon_octave->setObjectName(QString::fromUtf8(
"general_icon_octave"));
399 general_icon_octave->setChecked(
true);
401 horizontalLayout_9->addWidget(general_icon_octave);
403 general_icon_letter =
new QRadioButton(groupBox);
404 general_icon_letter->setObjectName(QString::fromUtf8(
"general_icon_letter"));
406 horizontalLayout_9->addWidget(general_icon_letter);
408 general_icon_graphic =
new QRadioButton(groupBox);
409 general_icon_graphic->setObjectName(QString::fromUtf8(
"general_icon_graphic"));
411 horizontalLayout_9->addWidget(general_icon_graphic);
413 horizontalSpacer_6 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
415 horizontalLayout_9->addItem(horizontalSpacer_6);
418 gridLayout->addLayout(horizontalLayout_9, 3, 1, 1, 1);
420 label_9 =
new QLabel(groupBox);
421 label_9->setObjectName(QString::fromUtf8(
"label_9"));
423 gridLayout->addWidget(label_9, 3, 0, 1, 1);
425 cb_status_bar =
new QCheckBox(groupBox);
426 cb_status_bar->setObjectName(QString::fromUtf8(
"cb_status_bar"));
427 cb_status_bar->setChecked(
true);
429 gridLayout->addWidget(cb_status_bar, 5, 0, 1, 1);
431 horizontalLayout_4 =
new QHBoxLayout();
432 horizontalLayout_4->setObjectName(QString::fromUtf8(
"horizontalLayout_4"));
433 gridLayout_13 =
new QGridLayout();
434 gridLayout_13->setObjectName(QString::fromUtf8(
"gridLayout_13"));
435 gridLayout_13->setContentsMargins(-1, -1, 0, -1);
436 label_bgtitle_active =
new QLabel(groupBox);
437 label_bgtitle_active->setObjectName(QString::fromUtf8(
"label_bgtitle_active"));
438 label_bgtitle_active->setEnabled(
false);
439 label_bgtitle_active->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
441 gridLayout_13->addWidget(label_bgtitle_active, 0, 9, 1, 1);
443 layout_widget_fgtitle =
new QHBoxLayout();
444 layout_widget_fgtitle->setObjectName(QString::fromUtf8(
"layout_widget_fgtitle"));
446 gridLayout_13->addLayout(layout_widget_fgtitle, 1, 4, 1, 1);
448 horizontalSpacer_22 =
new QSpacerItem(40, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
450 gridLayout_13->addItem(horizontalSpacer_22, 0, 1, 1, 1);
452 label_fgtitle =
new QLabel(groupBox);
453 label_fgtitle->setObjectName(QString::fromUtf8(
"label_fgtitle"));
454 label_fgtitle->setEnabled(
false);
455 label_fgtitle->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
457 gridLayout_13->addWidget(label_fgtitle, 1, 2, 1, 1);
459 label_fgtitle_active =
new QLabel(groupBox);
460 label_fgtitle_active->setObjectName(QString::fromUtf8(
"label_fgtitle_active"));
461 label_fgtitle_active->setEnabled(
false);
462 label_fgtitle_active->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
464 gridLayout_13->addWidget(label_fgtitle_active, 1, 9, 1, 1);
466 horizontalSpacer_23 =
new QSpacerItem(12, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
468 gridLayout_13->addItem(horizontalSpacer_23, 0, 7, 1, 1);
470 cb_widget_custom_style =
new QCheckBox(groupBox);
471 cb_widget_custom_style->setObjectName(QString::fromUtf8(
"cb_widget_custom_style"));
473 gridLayout_13->addWidget(cb_widget_custom_style, 0, 0, 1, 1);
475 layout_widget_bgtitle =
new QHBoxLayout();
476 layout_widget_bgtitle->setObjectName(QString::fromUtf8(
"layout_widget_bgtitle"));
478 gridLayout_13->addLayout(layout_widget_bgtitle, 0, 4, 1, 1);
480 label_bgtitle =
new QLabel(groupBox);
481 label_bgtitle->setObjectName(QString::fromUtf8(
"label_bgtitle"));
482 label_bgtitle->setEnabled(
false);
483 label_bgtitle->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
485 gridLayout_13->addWidget(label_bgtitle, 0, 2, 1, 1);
487 layout_widget_bgtitle_active =
new QHBoxLayout();
488 layout_widget_bgtitle_active->setObjectName(QString::fromUtf8(
"layout_widget_bgtitle_active"));
490 gridLayout_13->addLayout(layout_widget_bgtitle_active, 0, 10, 1, 1);
492 layout_widget_fgtitle_active =
new QHBoxLayout();
493 layout_widget_fgtitle_active->setObjectName(QString::fromUtf8(
"layout_widget_fgtitle_active"));
495 gridLayout_13->addLayout(layout_widget_fgtitle_active, 1, 10, 1, 1);
497 label_3d_title =
new QLabel(groupBox);
498 label_3d_title->setObjectName(QString::fromUtf8(
"label_3d_title"));
499 label_3d_title->setEnabled(
false);
500 label_3d_title->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
502 gridLayout_13->addWidget(label_3d_title, 1, 0, 1, 1);
504 sb_3d_title =
new QSpinBox(groupBox);
505 sb_3d_title->setObjectName(QString::fromUtf8(
"sb_3d_title"));
506 sb_3d_title->setEnabled(
false);
507 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
508 sizePolicy.setHorizontalStretch(0);
509 sizePolicy.setVerticalStretch(0);
510 sizePolicy.setHeightForWidth(sb_3d_title->sizePolicy().hasHeightForWidth());
511 sb_3d_title->setSizePolicy(sizePolicy);
512 sb_3d_title->setMinimum(-80);
513 sb_3d_title->setMaximum(80);
514 sb_3d_title->setValue(50);
516 gridLayout_13->addWidget(sb_3d_title, 1, 1, 1, 1);
519 horizontalLayout_4->addLayout(gridLayout_13);
521 horizontalSpacer_21 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
523 horizontalLayout_4->addItem(horizontalSpacer_21);
526 gridLayout->addLayout(horizontalLayout_4, 4, 1, 1, 1);
529 verticalLayout_21->addLayout(gridLayout);
532 verticalLayout_17->addWidget(groupBox);
534 groupBox_2 =
new QGroupBox(scrollAreaWidgetContents_2);
535 groupBox_2->setObjectName(QString::fromUtf8(
"groupBox_2"));
536 verticalLayout_22 =
new QVBoxLayout(groupBox_2);
537 verticalLayout_22->setObjectName(QString::fromUtf8(
"verticalLayout_22"));
538 label_18 =
new QLabel(groupBox_2);
539 label_18->setObjectName(QString::fromUtf8(
"label_18"));
541 verticalLayout_22->addWidget(label_18);
543 gridLayout_9 =
new QGridLayout();
544 gridLayout_9->setObjectName(QString::fromUtf8(
"gridLayout_9"));
545 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
547 gridLayout_9->addItem(horizontalSpacer, 0, 5, 1, 1);
549 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
551 gridLayout_9->addItem(horizontalSpacer_5, 1, 5, 1, 1);
553 label_17 =
new QLabel(groupBox_2);
554 label_17->setObjectName(QString::fromUtf8(
"label_17"));
556 gridLayout_9->addWidget(label_17, 0, 0, 1, 1);
559 pb_octave_dir->setObjectName(QString::fromUtf8(
"pb_octave_dir"));
560 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
561 sizePolicy1.setHorizontalStretch(0);
562 sizePolicy1.setVerticalStretch(0);
563 sizePolicy1.setHeightForWidth(pb_octave_dir->sizePolicy().hasHeightForWidth());
564 pb_octave_dir->setSizePolicy(sizePolicy1);
566 gridLayout_9->addWidget(pb_octave_dir, 1, 3, 1, 1);
568 cb_restore_octave_dir =
new QCheckBox(groupBox_2);
569 cb_restore_octave_dir->setObjectName(QString::fromUtf8(
"cb_restore_octave_dir"));
571 gridLayout_9->addWidget(cb_restore_octave_dir, 0, 1, 1, 1);
573 le_octave_dir =
new QLineEdit(groupBox_2);
574 le_octave_dir->setObjectName(QString::fromUtf8(
"le_octave_dir"));
576 gridLayout_9->addWidget(le_octave_dir, 1, 1, 1, 1);
579 verticalLayout_22->addLayout(gridLayout_9);
582 verticalLayout_17->addWidget(groupBox_2);
584 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
586 verticalLayout_17->addItem(verticalSpacer);
588 scrollArea_2->setWidget(scrollAreaWidgetContents_2);
590 verticalLayout_10->addWidget(scrollArea_2);
592 tabWidget->addTab(tab_general, QString());
594 tab_editor->setObjectName(QString::fromUtf8(
"tab_editor"));
595 verticalLayout_6 =
new QVBoxLayout(tab_editor);
596 verticalLayout_6->setObjectName(QString::fromUtf8(
"verticalLayout_6"));
597 scrollArea =
new QScrollArea(tab_editor);
598 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
599 scrollArea->setWidgetResizable(
true);
600 scrollAreaWidgetContents =
new QWidget();
601 scrollAreaWidgetContents->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents"));
602 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 662, 751));
603 verticalLayout_16 =
new QVBoxLayout(scrollAreaWidgetContents);
604 verticalLayout_16->setObjectName(QString::fromUtf8(
"verticalLayout_16"));
605 groupBox_5 =
new QGroupBox(scrollAreaWidgetContents);
606 groupBox_5->setObjectName(QString::fromUtf8(
"groupBox_5"));
607 verticalLayout_13 =
new QVBoxLayout(groupBox_5);
608 verticalLayout_13->setObjectName(QString::fromUtf8(
"verticalLayout_13"));
609 editor_common_settings_grid =
new QGridLayout();
610 editor_common_settings_grid->setObjectName(QString::fromUtf8(
"editor_common_settings_grid"));
611 editor_highlightCurrentLine =
new QCheckBox(groupBox_5);
612 editor_highlightCurrentLine->setObjectName(QString::fromUtf8(
"editor_highlightCurrentLine"));
613 editor_highlightCurrentLine->setEnabled(
true);
614 QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Preferred);
615 sizePolicy2.setHorizontalStretch(0);
616 sizePolicy2.setVerticalStretch(0);
617 sizePolicy2.setHeightForWidth(editor_highlightCurrentLine->sizePolicy().hasHeightForWidth());
618 editor_highlightCurrentLine->setSizePolicy(sizePolicy2);
620 editor_common_settings_grid->addWidget(editor_highlightCurrentLine, 5, 0, 1, 1);
622 horizontalLayout_3 =
new QHBoxLayout();
623 horizontalLayout_3->setObjectName(QString::fromUtf8(
"horizontalLayout_3"));
624 editor_long_line_column_text =
new QLabel(groupBox_5);
625 editor_long_line_column_text->setObjectName(QString::fromUtf8(
"editor_long_line_column_text"));
627 horizontalLayout_3->addWidget(editor_long_line_column_text);
629 editor_long_line_column =
new QSpinBox(groupBox_5);
630 editor_long_line_column->setObjectName(QString::fromUtf8(
"editor_long_line_column"));
631 sizePolicy.setHeightForWidth(editor_long_line_column->sizePolicy().hasHeightForWidth());
632 editor_long_line_column->setSizePolicy(sizePolicy);
633 editor_long_line_column->setMinimum(2);
634 editor_long_line_column->setMaximum(256);
635 editor_long_line_column->setValue(80);
637 horizontalLayout_3->addWidget(editor_long_line_column);
639 horizontalSpacer_7 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
641 horizontalLayout_3->addItem(horizontalSpacer_7);
644 editor_common_settings_grid->addLayout(horizontalLayout_3, 6, 2, 1, 1);
646 editor_ws_checkbox =
new QCheckBox(groupBox_5);
647 editor_ws_checkbox->setObjectName(QString::fromUtf8(
"editor_ws_checkbox"));
648 sizePolicy2.setHeightForWidth(editor_ws_checkbox->sizePolicy().hasHeightForWidth());
649 editor_ws_checkbox->setSizePolicy(sizePolicy2);
651 editor_common_settings_grid->addWidget(editor_ws_checkbox, 3, 0, 1, 1);
653 editor_showLineNumbers =
new QCheckBox(groupBox_5);
654 editor_showLineNumbers->setObjectName(QString::fromUtf8(
"editor_showLineNumbers"));
655 editor_showLineNumbers->setEnabled(
true);
656 sizePolicy2.setHeightForWidth(editor_showLineNumbers->sizePolicy().hasHeightForWidth());
657 editor_showLineNumbers->setSizePolicy(sizePolicy2);
659 editor_common_settings_grid->addWidget(editor_showLineNumbers, 2, 0, 1, 1);
661 editor_longWindowTitle =
new QCheckBox(groupBox_5);
662 editor_longWindowTitle->setObjectName(QString::fromUtf8(
"editor_longWindowTitle"));
663 sizePolicy.setHeightForWidth(editor_longWindowTitle->sizePolicy().hasHeightForWidth());
664 editor_longWindowTitle->setSizePolicy(sizePolicy);
666 editor_common_settings_grid->addWidget(editor_longWindowTitle, 1, 0, 1, 1);
668 editor_ws_indent_checkbox =
new QCheckBox(groupBox_5);
669 editor_ws_indent_checkbox->setObjectName(QString::fromUtf8(
"editor_ws_indent_checkbox"));
670 editor_ws_indent_checkbox->setEnabled(
false);
672 editor_common_settings_grid->addWidget(editor_ws_indent_checkbox, 3, 2, 1, 1);
674 editor_grid_current_line =
new QGridLayout();
675 editor_grid_current_line->setObjectName(QString::fromUtf8(
"editor_grid_current_line"));
676 editor_grid_current_line->setHorizontalSpacing(12);
677 editor_grid_current_line->setVerticalSpacing(0);
678 editor_label_cl_color =
new QLabel(groupBox_5);
679 editor_label_cl_color->setObjectName(QString::fromUtf8(
"editor_label_cl_color"));
680 editor_label_cl_color->setEnabled(
false);
682 editor_grid_current_line->addWidget(editor_label_cl_color, 0, 1, 1, 1);
684 horizontalSpacer_11 =
new QSpacerItem(80, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
686 editor_grid_current_line->addItem(horizontalSpacer_11, 0, 3, 1, 1);
688 horizontalSpacer_9 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
690 editor_grid_current_line->addItem(horizontalSpacer_9, 0, 4, 1, 1);
693 editor_common_settings_grid->addLayout(editor_grid_current_line, 5, 2, 1, 1);
695 gridLayout_6 =
new QGridLayout();
696 gridLayout_6->setObjectName(QString::fromUtf8(
"gridLayout_6"));
697 editor_lbl_min_tab_width =
new QLabel(groupBox_5);
698 editor_lbl_min_tab_width->setObjectName(QString::fromUtf8(
"editor_lbl_min_tab_width"));
700 gridLayout_6->addWidget(editor_lbl_min_tab_width, 0, 0, 1, 1);
702 editor_notebook_tab_width_min =
new QSpinBox(groupBox_5);
703 editor_notebook_tab_width_min->setObjectName(QString::fromUtf8(
"editor_notebook_tab_width_min"));
704 sizePolicy.setHeightForWidth(editor_notebook_tab_width_min->sizePolicy().hasHeightForWidth());
705 editor_notebook_tab_width_min->setSizePolicy(sizePolicy);
706 editor_notebook_tab_width_min->setMinimum(80);
707 editor_notebook_tab_width_min->setMaximum(600);
708 editor_notebook_tab_width_min->setSingleStep(20);
709 editor_notebook_tab_width_min->setValue(160);
711 gridLayout_6->addWidget(editor_notebook_tab_width_min, 0, 3, 1, 1);
713 horizontalSpacer_25 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
715 gridLayout_6->addItem(horizontalSpacer_25, 0, 6, 1, 1);
717 editor_notebook_tab_width_max =
new QSpinBox(groupBox_5);
718 editor_notebook_tab_width_max->setObjectName(QString::fromUtf8(
"editor_notebook_tab_width_max"));
719 sizePolicy.setHeightForWidth(editor_notebook_tab_width_max->sizePolicy().hasHeightForWidth());
720 editor_notebook_tab_width_max->setSizePolicy(sizePolicy);
721 editor_notebook_tab_width_max->setMinimum(180);
722 editor_notebook_tab_width_max->setMaximum(600);
723 editor_notebook_tab_width_max->setSingleStep(20);
724 editor_notebook_tab_width_max->setValue(300);
726 gridLayout_6->addWidget(editor_notebook_tab_width_max, 0, 5, 1, 1);
728 editor_lbl_max_tab_width =
new QLabel(groupBox_5);
729 editor_lbl_max_tab_width->setObjectName(QString::fromUtf8(
"editor_lbl_max_tab_width"));
731 gridLayout_6->addWidget(editor_lbl_max_tab_width, 0, 4, 1, 1);
734 editor_common_settings_grid->addLayout(gridLayout_6, 1, 2, 1, 1);
736 horizontalSpacer_24 =
new QSpacerItem(10, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
738 editor_common_settings_grid->addItem(horizontalSpacer_24, 1, 1, 1, 1);
740 editor_long_line_marker =
new QCheckBox(groupBox_5);
741 editor_long_line_marker->setObjectName(QString::fromUtf8(
"editor_long_line_marker"));
742 sizePolicy2.setHeightForWidth(editor_long_line_marker->sizePolicy().hasHeightForWidth());
743 editor_long_line_marker->setSizePolicy(sizePolicy2);
744 editor_long_line_marker->setChecked(
true);
746 editor_common_settings_grid->addWidget(editor_long_line_marker, 6, 0, 1, 1);
748 cb_code_folding =
new QCheckBox(groupBox_5);
749 cb_code_folding->setObjectName(QString::fromUtf8(
"cb_code_folding"));
750 sizePolicy2.setHeightForWidth(cb_code_folding->sizePolicy().hasHeightForWidth());
751 cb_code_folding->setSizePolicy(sizePolicy2);
752 cb_code_folding->setChecked(
true);
754 editor_common_settings_grid->addWidget(cb_code_folding, 7, 0, 1, 1);
756 cb_edit_status_bar =
new QCheckBox(groupBox_5);
757 cb_edit_status_bar->setObjectName(QString::fromUtf8(
"cb_edit_status_bar"));
758 sizePolicy2.setHeightForWidth(cb_edit_status_bar->sizePolicy().hasHeightForWidth());
759 cb_edit_status_bar->setSizePolicy(sizePolicy2);
760 cb_edit_status_bar->setChecked(
true);
762 editor_common_settings_grid->addWidget(cb_edit_status_bar, 8, 0, 1, 1);
764 cb_show_eol =
new QCheckBox(groupBox_5);
765 cb_show_eol->setObjectName(QString::fromUtf8(
"cb_show_eol"));
766 sizePolicy2.setHeightForWidth(cb_show_eol->sizePolicy().hasHeightForWidth());
767 cb_show_eol->setSizePolicy(sizePolicy2);
769 editor_common_settings_grid->addWidget(cb_show_eol, 4, 0, 1, 1);
771 horizontalLayout_17 =
new QHBoxLayout();
772 horizontalLayout_17->setObjectName(QString::fromUtf8(
"horizontalLayout_17"));
773 label_22 =
new QLabel(groupBox_5);
774 label_22->setObjectName(QString::fromUtf8(
"label_22"));
776 horizontalLayout_17->addWidget(label_22);
778 combo_eol_mode =
new QComboBox(groupBox_5);
779 combo_eol_mode->setObjectName(QString::fromUtf8(
"combo_eol_mode"));
780 sizePolicy.setHeightForWidth(combo_eol_mode->sizePolicy().hasHeightForWidth());
781 combo_eol_mode->setSizePolicy(sizePolicy);
782 combo_eol_mode->setSizeAdjustPolicy(QComboBox::AdjustToContents);
783 combo_eol_mode->setMinimumContentsLength(7);
785 horizontalLayout_17->addWidget(combo_eol_mode);
787 horizontalSpacer_17 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
789 horizontalLayout_17->addItem(horizontalSpacer_17);
792 editor_common_settings_grid->addLayout(horizontalLayout_17, 4, 2, 1, 1);
794 cb_show_hscrollbar =
new QCheckBox(groupBox_5);
795 cb_show_hscrollbar->setObjectName(QString::fromUtf8(
"cb_show_hscrollbar"));
796 cb_show_hscrollbar->setEnabled(
true);
797 sizePolicy2.setHeightForWidth(cb_show_hscrollbar->sizePolicy().hasHeightForWidth());
798 cb_show_hscrollbar->setSizePolicy(sizePolicy2);
799 cb_show_hscrollbar->setChecked(
true);
801 editor_common_settings_grid->addWidget(cb_show_hscrollbar, 9, 0, 1, 1);
804 verticalLayout_13->addLayout(editor_common_settings_grid);
806 horizontalLayout =
new QHBoxLayout();
807 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
808 useCustomFileEditor =
new QCheckBox(groupBox_5);
809 useCustomFileEditor->setObjectName(QString::fromUtf8(
"useCustomFileEditor"));
810 useCustomFileEditor->setEnabled(
true);
811 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
812 sizePolicy3.setHorizontalStretch(0);
813 sizePolicy3.setVerticalStretch(0);
814 sizePolicy3.setHeightForWidth(useCustomFileEditor->sizePolicy().hasHeightForWidth());
815 useCustomFileEditor->setSizePolicy(sizePolicy3);
817 horizontalLayout->addWidget(useCustomFileEditor);
819 customEditorLabel =
new QLabel(groupBox_5);
820 customEditorLabel->setObjectName(QString::fromUtf8(
"customEditorLabel"));
821 customEditorLabel->setEnabled(
false);
823 horizontalLayout->addWidget(customEditorLabel);
825 customFileEditor =
new QLineEdit(groupBox_5);
826 customFileEditor->setObjectName(QString::fromUtf8(
"customFileEditor"));
827 customFileEditor->setEnabled(
false);
829 horizontalLayout->addWidget(customFileEditor);
831 horizontalSpacer_12 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
833 horizontalLayout->addItem(horizontalSpacer_12);
836 verticalLayout_13->addLayout(horizontalLayout);
839 verticalLayout_16->addWidget(groupBox_5);
841 groupBox_6 =
new QGroupBox(scrollAreaWidgetContents);
842 groupBox_6->setObjectName(QString::fromUtf8(
"groupBox_6"));
843 verticalLayout_28 =
new QVBoxLayout(groupBox_6);
844 verticalLayout_28->setObjectName(QString::fromUtf8(
"verticalLayout_28"));
845 gridLayout_4 =
new QGridLayout();
846 gridLayout_4->setObjectName(QString::fromUtf8(
"gridLayout_4"));
847 horizontalSpacer_14 =
new QSpacerItem(10, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
849 gridLayout_4->addItem(horizontalSpacer_14, 0, 5, 1, 1);
851 label_13 =
new QLabel(groupBox_6);
852 label_13->setObjectName(QString::fromUtf8(
"label_13"));
854 gridLayout_4->addWidget(label_13, 0, 0, 1, 1);
856 editor_tab_ind_checkbox =
new QCheckBox(groupBox_6);
857 editor_tab_ind_checkbox->setObjectName(QString::fromUtf8(
"editor_tab_ind_checkbox"));
859 gridLayout_4->addWidget(editor_tab_ind_checkbox, 2, 4, 1, 1);
861 editor_auto_ind_checkbox =
new QCheckBox(groupBox_6);
862 editor_auto_ind_checkbox->setObjectName(QString::fromUtf8(
"editor_auto_ind_checkbox"));
864 gridLayout_4->addWidget(editor_auto_ind_checkbox, 0, 4, 1, 1);
866 editor_ind_width_spinbox =
new QSpinBox(groupBox_6);
867 editor_ind_width_spinbox->setObjectName(QString::fromUtf8(
"editor_ind_width_spinbox"));
868 sizePolicy.setHeightForWidth(editor_ind_width_spinbox->sizePolicy().hasHeightForWidth());
869 editor_ind_width_spinbox->setSizePolicy(sizePolicy);
870 editor_ind_width_spinbox->setMinimum(1);
871 editor_ind_width_spinbox->setMaximum(32);
872 editor_ind_width_spinbox->setValue(2);
874 gridLayout_4->addWidget(editor_ind_width_spinbox, 0, 2, 1, 1);
876 label_14 =
new QLabel(groupBox_6);
877 label_14->setObjectName(QString::fromUtf8(
"label_14"));
879 gridLayout_4->addWidget(label_14, 2, 0, 1, 1);
881 editor_ind_guides_checkbox =
new QCheckBox(groupBox_6);
882 editor_ind_guides_checkbox->setObjectName(QString::fromUtf8(
"editor_ind_guides_checkbox"));
884 gridLayout_4->addWidget(editor_ind_guides_checkbox, 0, 6, 1, 1);
886 editor_tab_width_spinbox =
new QSpinBox(groupBox_6);
887 editor_tab_width_spinbox->setObjectName(QString::fromUtf8(
"editor_tab_width_spinbox"));
888 sizePolicy.setHeightForWidth(editor_tab_width_spinbox->sizePolicy().hasHeightForWidth());
889 editor_tab_width_spinbox->setSizePolicy(sizePolicy);
890 editor_tab_width_spinbox->setMinimum(1);
891 editor_tab_width_spinbox->setMaximum(32);
893 gridLayout_4->addWidget(editor_tab_width_spinbox, 2, 2, 1, 1);
895 editor_bs_unind_checkbox =
new QCheckBox(groupBox_6);
896 editor_bs_unind_checkbox->setObjectName(QString::fromUtf8(
"editor_bs_unind_checkbox"));
898 gridLayout_4->addWidget(editor_bs_unind_checkbox, 2, 6, 1, 1);
900 horizontalSpacer_10 =
new QSpacerItem(10, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
902 gridLayout_4->addItem(horizontalSpacer_10, 0, 3, 1, 1);
904 editor_ind_uses_tabs_checkbox =
new QCheckBox(groupBox_6);
905 editor_ind_uses_tabs_checkbox->setObjectName(QString::fromUtf8(
"editor_ind_uses_tabs_checkbox"));
907 gridLayout_4->addWidget(editor_ind_uses_tabs_checkbox, 3, 4, 1, 1);
909 horizontalSpacer_20 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
911 gridLayout_4->addItem(horizontalSpacer_20, 2, 10, 1, 1);
913 horizontalSpacer_13 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
915 gridLayout_4->addItem(horizontalSpacer_13, 0, 10, 1, 1);
918 verticalLayout_28->addLayout(gridLayout_4);
921 verticalLayout_16->addWidget(groupBox_6);
923 groupBox_7 =
new QGroupBox(scrollAreaWidgetContents);
924 groupBox_7->setObjectName(QString::fromUtf8(
"groupBox_7"));
925 verticalLayout_29 =
new QVBoxLayout(groupBox_7);
926 verticalLayout_29->setObjectName(QString::fromUtf8(
"verticalLayout_29"));
927 gridLayout_3 =
new QGridLayout();
928 gridLayout_3->setObjectName(QString::fromUtf8(
"gridLayout_3"));
929 horizontalSpacer_15 =
new QSpacerItem(10, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
931 gridLayout_3->addItem(horizontalSpacer_15, 0, 1, 1, 1);
933 editor_checkbox_ac_keywords =
new QCheckBox(groupBox_7);
934 editor_checkbox_ac_keywords->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_keywords"));
935 editor_checkbox_ac_keywords->setEnabled(
true);
936 editor_checkbox_ac_keywords->setChecked(
true);
938 gridLayout_3->addWidget(editor_checkbox_ac_keywords, 0, 0, 1, 1);
940 editor_checkbox_ac_case =
new QCheckBox(groupBox_7);
941 editor_checkbox_ac_case->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_case"));
942 editor_checkbox_ac_case->setEnabled(
true);
943 editor_checkbox_ac_case->setChecked(
true);
945 gridLayout_3->addWidget(editor_checkbox_ac_case, 2, 0, 1, 1);
947 editor_checkbox_ac_document =
new QCheckBox(groupBox_7);
948 editor_checkbox_ac_document->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_document"));
949 editor_checkbox_ac_document->setEnabled(
true);
951 gridLayout_3->addWidget(editor_checkbox_ac_document, 1, 0, 1, 1);
953 editor_checkbox_ac_replace =
new QCheckBox(groupBox_7);
954 editor_checkbox_ac_replace->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_replace"));
955 editor_checkbox_ac_replace->setEnabled(
true);
957 gridLayout_3->addWidget(editor_checkbox_ac_replace, 2, 2, 1, 1);
959 horizontalSpacer_8 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
961 gridLayout_3->addItem(horizontalSpacer_8, 0, 3, 1, 1);
963 horizontalSpacer_19 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
965 gridLayout_3->addItem(horizontalSpacer_19, 2, 3, 1, 1);
967 horizontalLayout_14 =
new QHBoxLayout();
968 horizontalLayout_14->setObjectName(QString::fromUtf8(
"horizontalLayout_14"));
969 editor_checkbox_ac_builtins =
new QCheckBox(groupBox_7);
970 editor_checkbox_ac_builtins->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_builtins"));
971 editor_checkbox_ac_builtins->setEnabled(
false);
973 horizontalLayout_14->addWidget(editor_checkbox_ac_builtins);
975 editor_checkbox_ac_functions =
new QCheckBox(groupBox_7);
976 editor_checkbox_ac_functions->setObjectName(QString::fromUtf8(
"editor_checkbox_ac_functions"));
977 editor_checkbox_ac_functions->setEnabled(
false);
979 horizontalLayout_14->addWidget(editor_checkbox_ac_functions);
982 gridLayout_3->addLayout(horizontalLayout_14, 0, 2, 1, 1);
985 verticalLayout_29->addLayout(gridLayout_3);
987 gridLayout_10 =
new QGridLayout();
988 gridLayout_10->setObjectName(QString::fromUtf8(
"gridLayout_10"));
989 editor_label_ac_threshold =
new QLabel(groupBox_7);
990 editor_label_ac_threshold->setObjectName(QString::fromUtf8(
"editor_label_ac_threshold"));
991 editor_label_ac_threshold->setEnabled(
false);
993 gridLayout_10->addWidget(editor_label_ac_threshold, 0, 2, 1, 1);
995 editor_spinbox_ac_threshold =
new QSpinBox(groupBox_7);
996 editor_spinbox_ac_threshold->setObjectName(QString::fromUtf8(
"editor_spinbox_ac_threshold"));
997 editor_spinbox_ac_threshold->setEnabled(
false);
998 editor_spinbox_ac_threshold->setMinimum(1);
999 editor_spinbox_ac_threshold->setMaximum(6);
1000 editor_spinbox_ac_threshold->setValue(2);
1002 gridLayout_10->addWidget(editor_spinbox_ac_threshold, 0, 3, 1, 1);
1004 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1006 gridLayout_10->addItem(horizontalSpacer_2, 0, 4, 1, 1);
1008 editor_codeCompletion =
new QCheckBox(groupBox_7);
1009 editor_codeCompletion->setObjectName(QString::fromUtf8(
"editor_codeCompletion"));
1010 editor_codeCompletion->setEnabled(
true);
1011 editor_codeCompletion->setChecked(
false);
1013 gridLayout_10->addWidget(editor_codeCompletion, 0, 0, 1, 1);
1015 horizontalSpacer_31 =
new QSpacerItem(10, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
1017 gridLayout_10->addItem(horizontalSpacer_31, 0, 1, 1, 1);
1020 verticalLayout_29->addLayout(gridLayout_10);
1023 verticalLayout_16->addWidget(groupBox_7);
1025 groupBox_8 =
new QGroupBox(scrollAreaWidgetContents);
1026 groupBox_8->setObjectName(QString::fromUtf8(
"groupBox_8"));
1027 verticalLayout_30 =
new QVBoxLayout(groupBox_8);
1028 verticalLayout_30->setObjectName(QString::fromUtf8(
"verticalLayout_30"));
1029 verticalLayout_11 =
new QVBoxLayout();
1030 verticalLayout_11->setObjectName(QString::fromUtf8(
"verticalLayout_11"));
1031 verticalLayout_11->setContentsMargins(-1, 0, -1, 0);
1032 editor_restoreSession =
new QCheckBox(groupBox_8);
1033 editor_restoreSession->setObjectName(QString::fromUtf8(
"editor_restoreSession"));
1034 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Fixed);
1035 sizePolicy4.setHorizontalStretch(0);
1036 sizePolicy4.setVerticalStretch(0);
1037 sizePolicy4.setHeightForWidth(editor_restoreSession->sizePolicy().hasHeightForWidth());
1038 editor_restoreSession->setSizePolicy(sizePolicy4);
1040 verticalLayout_11->addWidget(editor_restoreSession);
1042 editor_create_new_file =
new QCheckBox(groupBox_8);
1043 editor_create_new_file->setObjectName(QString::fromUtf8(
"editor_create_new_file"));
1044 sizePolicy4.setHeightForWidth(editor_create_new_file->sizePolicy().hasHeightForWidth());
1045 editor_create_new_file->setSizePolicy(sizePolicy4);
1047 verticalLayout_11->addWidget(editor_create_new_file);
1049 editor_reload_changed_files =
new QCheckBox(groupBox_8);
1050 editor_reload_changed_files->setObjectName(QString::fromUtf8(
"editor_reload_changed_files"));
1052 verticalLayout_11->addWidget(editor_reload_changed_files);
1055 verticalLayout_30->addLayout(verticalLayout_11);
1058 verticalLayout_16->addWidget(groupBox_8);
1060 verticalSpacer_7 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1062 verticalLayout_16->addItem(verticalSpacer_7);
1064 scrollArea->setWidget(scrollAreaWidgetContents);
1066 verticalLayout_6->addWidget(scrollArea);
1068 tabWidget->addTab(tab_editor, QString());
1069 tab_editor_styles =
new QWidget();
1070 tab_editor_styles->setObjectName(QString::fromUtf8(
"tab_editor_styles"));
1071 QSizePolicy sizePolicy5(QSizePolicy::Expanding, QSizePolicy::Expanding);
1072 sizePolicy5.setHorizontalStretch(0);
1073 sizePolicy5.setVerticalStretch(0);
1074 sizePolicy5.setHeightForWidth(tab_editor_styles->sizePolicy().hasHeightForWidth());
1075 tab_editor_styles->setSizePolicy(sizePolicy5);
1076 verticalLayout_12 =
new QVBoxLayout(tab_editor_styles);
1077 verticalLayout_12->setObjectName(QString::fromUtf8(
"verticalLayout_12"));
1078 verticalLayout_5 =
new QVBoxLayout();
1079 verticalLayout_5->setObjectName(QString::fromUtf8(
"verticalLayout_5"));
1080 label_10 =
new QLabel(tab_editor_styles);
1081 label_10->setObjectName(QString::fromUtf8(
"label_10"));
1082 QSizePolicy sizePolicy6(QSizePolicy::Expanding, QSizePolicy::Preferred);
1083 sizePolicy6.setHorizontalStretch(0);
1084 sizePolicy6.setVerticalStretch(0);
1085 sizePolicy6.setHeightForWidth(label_10->sizePolicy().hasHeightForWidth());
1086 label_10->setSizePolicy(sizePolicy6);
1087 label_10->setFrameShape(QFrame::NoFrame);
1088 label_10->setScaledContents(
false);
1089 label_10->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
1090 label_10->setWordWrap(
true);
1091 label_10->setMargin(4);
1093 verticalLayout_5->addWidget(label_10);
1095 tabs_editor_lexers =
new QTabWidget(tab_editor_styles);
1096 tabs_editor_lexers->setObjectName(QString::fromUtf8(
"tabs_editor_lexers"));
1097 sizePolicy5.setHeightForWidth(tabs_editor_lexers->sizePolicy().hasHeightForWidth());
1098 tabs_editor_lexers->setSizePolicy(sizePolicy5);
1100 verticalLayout_5->addWidget(tabs_editor_lexers);
1103 verticalLayout_12->addLayout(verticalLayout_5);
1105 tabWidget->addTab(tab_editor_styles, QString());
1107 tab_terminal->setObjectName(QString::fromUtf8(
"tab_terminal"));
1108 verticalLayout_14 =
new QVBoxLayout(tab_terminal);
1109 verticalLayout_14->setObjectName(QString::fromUtf8(
"verticalLayout_14"));
1110 scrollArea_3 =
new QScrollArea(tab_terminal);
1111 scrollArea_3->setObjectName(QString::fromUtf8(
"scrollArea_3"));
1112 scrollArea_3->setWidgetResizable(
true);
1113 scrollAreaWidgetContents_4 =
new QWidget();
1114 scrollAreaWidgetContents_4->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_4"));
1115 scrollAreaWidgetContents_4->setGeometry(QRect(0, 0, 678, 378));
1116 verticalLayout_7 =
new QVBoxLayout(scrollAreaWidgetContents_4);
1117 verticalLayout_7->setObjectName(QString::fromUtf8(
"verticalLayout_7"));
1118 verticalLayout_8 =
new QVBoxLayout();
1119 verticalLayout_8->setObjectName(QString::fromUtf8(
"verticalLayout_8"));
1120 gridLayout_7 =
new QGridLayout();
1121 gridLayout_7->setObjectName(QString::fromUtf8(
"gridLayout_7"));
1122 gridLayout_7->setProperty(
"sizeHint", QVariant(QSize(40, 20)));
1123 horizontalLayout_13 =
new QHBoxLayout();
1124 horizontalLayout_13->setObjectName(QString::fromUtf8(
"horizontalLayout_13"));
1125 terminal_cursorUseForegroundColor =
new QCheckBox(scrollAreaWidgetContents_4);
1126 terminal_cursorUseForegroundColor->setObjectName(QString::fromUtf8(
"terminal_cursorUseForegroundColor"));
1128 horizontalLayout_13->addWidget(terminal_cursorUseForegroundColor);
1130 terminal_cursorBlinking =
new QCheckBox(scrollAreaWidgetContents_4);
1131 terminal_cursorBlinking->setObjectName(QString::fromUtf8(
"terminal_cursorBlinking"));
1133 horizontalLayout_13->addWidget(terminal_cursorBlinking);
1136 gridLayout_7->addLayout(horizontalLayout_13, 1, 2, 1, 1);
1138 horizontalLayout_7 =
new QHBoxLayout();
1139 horizontalLayout_7->setObjectName(QString::fromUtf8(
"horizontalLayout_7"));
1140 label =
new QLabel(scrollAreaWidgetContents_4);
1141 label->setObjectName(QString::fromUtf8(
"label"));
1143 horizontalLayout_7->addWidget(label);
1145 terminal_cursorType =
new QComboBox(scrollAreaWidgetContents_4);
1146 terminal_cursorType->setObjectName(QString::fromUtf8(
"terminal_cursorType"));
1148 horizontalLayout_7->addWidget(terminal_cursorType);
1151 gridLayout_7->addLayout(horizontalLayout_7, 1, 0, 1, 1);
1153 horizontalLayout_11 =
new QHBoxLayout();
1154 horizontalLayout_11->setObjectName(QString::fromUtf8(
"horizontalLayout_11"));
1155 label_11 =
new QLabel(scrollAreaWidgetContents_4);
1156 label_11->setObjectName(QString::fromUtf8(
"label_11"));
1158 horizontalLayout_11->addWidget(label_11);
1160 terminal_fontName =
new QFontComboBox(scrollAreaWidgetContents_4);
1161 terminal_fontName->setObjectName(QString::fromUtf8(
"terminal_fontName"));
1162 sizePolicy.setHeightForWidth(terminal_fontName->sizePolicy().hasHeightForWidth());
1163 terminal_fontName->setSizePolicy(sizePolicy);
1164 terminal_fontName->setEditable(
false);
1165 terminal_fontName->setFontFilters(QFontComboBox::MonospacedFonts);
1167 horizontalLayout_11->addWidget(terminal_fontName);
1170 gridLayout_7->addLayout(horizontalLayout_11, 0, 0, 1, 1);
1172 horizontalLayout_12 =
new QHBoxLayout();
1173 horizontalLayout_12->setObjectName(QString::fromUtf8(
"horizontalLayout_12"));
1174 label_12 =
new QLabel(scrollAreaWidgetContents_4);
1175 label_12->setObjectName(QString::fromUtf8(
"label_12"));
1177 horizontalLayout_12->addWidget(label_12);
1179 terminal_fontSize =
new QSpinBox(scrollAreaWidgetContents_4);
1180 terminal_fontSize->setObjectName(QString::fromUtf8(
"terminal_fontSize"));
1181 sizePolicy.setHeightForWidth(terminal_fontSize->sizePolicy().hasHeightForWidth());
1182 terminal_fontSize->setSizePolicy(sizePolicy);
1183 terminal_fontSize->setMinimum(2);
1184 terminal_fontSize->setMaximum(96);
1185 terminal_fontSize->setValue(10);
1187 horizontalLayout_12->addWidget(terminal_fontSize);
1189 horizontalSpacer_27 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1191 horizontalLayout_12->addItem(horizontalSpacer_27);
1194 gridLayout_7->addLayout(horizontalLayout_12, 0, 2, 1, 1);
1196 horizontalLayout_5 =
new QHBoxLayout();
1197 horizontalLayout_5->setObjectName(QString::fromUtf8(
"horizontalLayout_5"));
1198 horizontalLayout_5->setContentsMargins(-1, 0, -1, -1);
1199 terminal_history_buffer =
new QSpinBox(scrollAreaWidgetContents_4);
1200 terminal_history_buffer->setObjectName(QString::fromUtf8(
"terminal_history_buffer"));
1201 sizePolicy.setHeightForWidth(terminal_history_buffer->sizePolicy().hasHeightForWidth());
1202 terminal_history_buffer->setSizePolicy(sizePolicy);
1203 terminal_history_buffer->setMinimum(0);
1204 terminal_history_buffer->setMaximum(5000);
1205 terminal_history_buffer->setSingleStep(20);
1206 terminal_history_buffer->setValue(1000);
1208 horizontalLayout_5->addWidget(terminal_history_buffer);
1210 label_20 =
new QLabel(scrollAreaWidgetContents_4);
1211 label_20->setObjectName(QString::fromUtf8(
"label_20"));
1213 horizontalLayout_5->addWidget(label_20);
1215 horizontalSpacer_16 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1217 horizontalLayout_5->addItem(horizontalSpacer_16);
1220 gridLayout_7->addLayout(horizontalLayout_5, 2, 2, 1, 1);
1222 label_19 =
new QLabel(scrollAreaWidgetContents_4);
1223 label_19->setObjectName(QString::fromUtf8(
"label_19"));
1224 label_19->setMinimumSize(QSize(100, 20));
1226 gridLayout_7->addWidget(label_19, 2, 0, 1, 1);
1228 horizontalSpacer_28 =
new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
1230 gridLayout_7->addItem(horizontalSpacer_28, 0, 1, 1, 1);
1233 verticalLayout_8->addLayout(gridLayout_7);
1235 gridLayout_15 =
new QGridLayout();
1236 gridLayout_15->setObjectName(QString::fromUtf8(
"gridLayout_15"));
1237 terminal_focus_command =
new QCheckBox(scrollAreaWidgetContents_4);
1238 terminal_focus_command->setObjectName(QString::fromUtf8(
"terminal_focus_command"));
1240 gridLayout_15->addWidget(terminal_focus_command, 0, 0, 1, 1);
1242 terminal_print_dbg_location =
new QCheckBox(scrollAreaWidgetContents_4);
1243 terminal_print_dbg_location->setObjectName(QString::fromUtf8(
"terminal_print_dbg_location"));
1245 gridLayout_15->addWidget(terminal_print_dbg_location, 1, 0, 1, 1);
1248 verticalLayout_8->addLayout(gridLayout_15);
1250 line_7 =
new QFrame(scrollAreaWidgetContents_4);
1251 line_7->setObjectName(QString::fromUtf8(
"line_7"));
1252 line_7->setFrameShape(QFrame::HLine);
1253 line_7->setFrameShadow(QFrame::Sunken);
1255 verticalLayout_8->addWidget(line_7);
1257 terminal_colors_box =
new QGroupBox(scrollAreaWidgetContents_4);
1258 terminal_colors_box->setObjectName(QString::fromUtf8(
"terminal_colors_box"));
1260 verticalLayout_8->addWidget(terminal_colors_box);
1262 line_5 =
new QFrame(scrollAreaWidgetContents_4);
1263 line_5->setObjectName(QString::fromUtf8(
"line_5"));
1264 line_5->setMinimumSize(QSize(0, 0));
1265 line_5->setFrameShape(QFrame::HLine);
1266 line_5->setFrameShadow(QFrame::Sunken);
1268 verticalLayout_8->addWidget(line_5);
1270 line_6 =
new QFrame(scrollAreaWidgetContents_4);
1271 line_6->setObjectName(QString::fromUtf8(
"line_6"));
1272 line_6->setFrameShape(QFrame::HLine);
1273 line_6->setFrameShadow(QFrame::Sunken);
1275 verticalLayout_8->addWidget(line_6);
1278 verticalLayout_7->addLayout(verticalLayout_8);
1280 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1282 verticalLayout_7->addItem(verticalSpacer_3);
1284 scrollArea_3->setWidget(scrollAreaWidgetContents_4);
1286 verticalLayout_14->addWidget(scrollArea_3);
1288 tabWidget->addTab(tab_terminal, QString());
1289 tab_file_browser =
new QWidget();
1290 tab_file_browser->setObjectName(QString::fromUtf8(
"tab_file_browser"));
1291 verticalLayout_3 =
new QVBoxLayout(tab_file_browser);
1292 verticalLayout_3->setObjectName(QString::fromUtf8(
"verticalLayout_3"));
1293 scrollArea_4 =
new QScrollArea(tab_file_browser);
1294 scrollArea_4->setObjectName(QString::fromUtf8(
"scrollArea_4"));
1295 scrollArea_4->setWidgetResizable(
true);
1296 scrollAreaWidgetContents_5 =
new QWidget();
1297 scrollAreaWidgetContents_5->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_5"));
1298 scrollAreaWidgetContents_5->setGeometry(QRect(0, 0, 678, 378));
1299 verticalLayout_18 =
new QVBoxLayout(scrollAreaWidgetContents_5);
1300 verticalLayout_18->setObjectName(QString::fromUtf8(
"verticalLayout_18"));
1301 groupBox_3 =
new QGroupBox(scrollAreaWidgetContents_5);
1302 groupBox_3->setObjectName(QString::fromUtf8(
"groupBox_3"));
1303 verticalLayout_23 =
new QVBoxLayout(groupBox_3);
1304 verticalLayout_23->setObjectName(QString::fromUtf8(
"verticalLayout_23"));
1305 gridLayout_11 =
new QGridLayout();
1306 gridLayout_11->setObjectName(QString::fromUtf8(
"gridLayout_11"));
1307 gridLayout_11->setContentsMargins(-1, 0, -1, -1);
1308 showFileType =
new QCheckBox(groupBox_3);
1309 showFileType->setObjectName(QString::fromUtf8(
"showFileType"));
1311 gridLayout_11->addWidget(showFileType, 1, 0, 1, 1);
1313 showHiddenFiles =
new QCheckBox(groupBox_3);
1314 showHiddenFiles->setObjectName(QString::fromUtf8(
"showHiddenFiles"));
1316 gridLayout_11->addWidget(showHiddenFiles, 3, 0, 1, 1);
1318 showFileSize =
new QCheckBox(groupBox_3);
1319 showFileSize->setObjectName(QString::fromUtf8(
"showFileSize"));
1321 gridLayout_11->addWidget(showFileSize, 0, 0, 1, 1);
1323 showLastModified =
new QCheckBox(groupBox_3);
1324 showLastModified->setObjectName(QString::fromUtf8(
"showLastModified"));
1326 gridLayout_11->addWidget(showLastModified, 2, 0, 1, 1);
1328 useAlternatingRowColors =
new QCheckBox(groupBox_3);
1329 useAlternatingRowColors->setObjectName(QString::fromUtf8(
"useAlternatingRowColors"));
1331 gridLayout_11->addWidget(useAlternatingRowColors, 4, 0, 1, 1);
1334 verticalLayout_23->addLayout(gridLayout_11);
1337 verticalLayout_18->addWidget(groupBox_3);
1339 groupBox_4 =
new QGroupBox(scrollAreaWidgetContents_5);
1340 groupBox_4->setObjectName(QString::fromUtf8(
"groupBox_4"));
1341 verticalLayout_24 =
new QVBoxLayout(groupBox_4);
1342 verticalLayout_24->setObjectName(QString::fromUtf8(
"verticalLayout_24"));
1343 gridLayout_8 =
new QGridLayout();
1344 gridLayout_8->setObjectName(QString::fromUtf8(
"gridLayout_8"));
1345 sync_octave_directory =
new QCheckBox(groupBox_4);
1346 sync_octave_directory->setObjectName(QString::fromUtf8(
"sync_octave_directory"));
1348 gridLayout_8->addWidget(sync_octave_directory, 4, 0, 1, 1);
1350 lo_file_browser_startup =
new QGridLayout();
1351 lo_file_browser_startup->setObjectName(QString::fromUtf8(
"lo_file_browser_startup"));
1352 lbl_file_browser_dir =
new QLabel(groupBox_4);
1353 lbl_file_browser_dir->setObjectName(QString::fromUtf8(
"lbl_file_browser_dir"));
1355 lo_file_browser_startup->addWidget(lbl_file_browser_dir, 0, 0, 1, 1);
1357 le_file_browser_dir =
new QLineEdit(groupBox_4);
1358 le_file_browser_dir->setObjectName(QString::fromUtf8(
"le_file_browser_dir"));
1359 sizePolicy6.setHeightForWidth(le_file_browser_dir->sizePolicy().hasHeightForWidth());
1360 le_file_browser_dir->setSizePolicy(sizePolicy6);
1362 lo_file_browser_startup->addWidget(le_file_browser_dir, 1, 1, 1, 1);
1364 cb_restore_file_browser_dir =
new QCheckBox(groupBox_4);
1365 cb_restore_file_browser_dir->setObjectName(QString::fromUtf8(
"cb_restore_file_browser_dir"));
1367 lo_file_browser_startup->addWidget(cb_restore_file_browser_dir, 0, 1, 1, 1);
1369 pb_file_browser_dir =
new QPushButton(groupBox_4);
1370 pb_file_browser_dir->setObjectName(QString::fromUtf8(
"pb_file_browser_dir"));
1371 sizePolicy4.setHeightForWidth(pb_file_browser_dir->sizePolicy().hasHeightForWidth());
1372 pb_file_browser_dir->setSizePolicy(sizePolicy4);
1374 lo_file_browser_startup->addWidget(pb_file_browser_dir, 1, 2, 1, 1);
1376 horizontalSpacer_29 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1378 lo_file_browser_startup->addItem(horizontalSpacer_29, 0, 3, 1, 1);
1380 horizontalSpacer_30 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1382 lo_file_browser_startup->addItem(horizontalSpacer_30, 1, 3, 1, 1);
1385 gridLayout_8->addLayout(lo_file_browser_startup, 5, 0, 1, 1);
1388 verticalLayout_24->addLayout(gridLayout_8);
1391 verticalLayout_18->addWidget(groupBox_4);
1393 verticalSpacer_2 =
new QSpacerItem(20, 360, QSizePolicy::Minimum, QSizePolicy::Expanding);
1395 verticalLayout_18->addItem(verticalSpacer_2);
1397 scrollArea_4->setWidget(scrollAreaWidgetContents_5);
1399 verticalLayout_3->addWidget(scrollArea_4);
1401 tabWidget->addTab(tab_file_browser, QString());
1402 tab_workspace =
new QWidget();
1403 tab_workspace->setObjectName(QString::fromUtf8(
"tab_workspace"));
1404 verticalLayout_15 =
new QVBoxLayout(tab_workspace);
1405 verticalLayout_15->setObjectName(QString::fromUtf8(
"verticalLayout_15"));
1406 scrollArea_5 =
new QScrollArea(tab_workspace);
1407 scrollArea_5->setObjectName(QString::fromUtf8(
"scrollArea_5"));
1408 scrollArea_5->setWidgetResizable(
true);
1409 scrollAreaWidgetContents_6 =
new QWidget();
1410 scrollAreaWidgetContents_6->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_6"));
1411 scrollAreaWidgetContents_6->setGeometry(QRect(0, 0, 678, 378));
1412 verticalLayout_19 =
new QVBoxLayout(scrollAreaWidgetContents_6);
1413 verticalLayout_19->setObjectName(QString::fromUtf8(
"verticalLayout_19"));
1414 gridLayout_14 =
new QGridLayout();
1415 gridLayout_14->setObjectName(QString::fromUtf8(
"gridLayout_14"));
1416 gridLayout_14->setContentsMargins(-1, 0, -1, -1);
1417 workspace_colors_box =
new QGroupBox(scrollAreaWidgetContents_6);
1418 workspace_colors_box->setObjectName(QString::fromUtf8(
"workspace_colors_box"));
1419 workspace_colors_box->setEnabled(
true);
1420 sizePolicy.setHeightForWidth(workspace_colors_box->sizePolicy().hasHeightForWidth());
1421 workspace_colors_box->setSizePolicy(sizePolicy);
1423 gridLayout_14->addWidget(workspace_colors_box, 0, 0, 1, 1);
1425 cb_hide_tool_tips =
new QCheckBox(scrollAreaWidgetContents_6);
1426 cb_hide_tool_tips->setObjectName(QString::fromUtf8(
"cb_hide_tool_tips"));
1428 gridLayout_14->addWidget(cb_hide_tool_tips, 1, 0, 1, 1);
1431 verticalLayout_19->addLayout(gridLayout_14);
1433 verticalSpacer_6 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1435 verticalLayout_19->addItem(verticalSpacer_6);
1437 scrollArea_5->setWidget(scrollAreaWidgetContents_6);
1439 verticalLayout_15->addWidget(scrollArea_5);
1441 tabWidget->addTab(tab_workspace, QString());
1442 tab_shortcuts =
new QWidget();
1443 tab_shortcuts->setObjectName(QString::fromUtf8(
"tab_shortcuts"));
1444 verticalLayout_27 =
new QVBoxLayout(tab_shortcuts);
1445 verticalLayout_27->setObjectName(QString::fromUtf8(
"verticalLayout_27"));
1446 scrollArea_7 =
new QScrollArea(tab_shortcuts);
1447 scrollArea_7->setObjectName(QString::fromUtf8(
"scrollArea_7"));
1448 scrollArea_7->setWidgetResizable(
true);
1449 scrollAreaWidgetContents_8 =
new QWidget();
1450 scrollAreaWidgetContents_8->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_8"));
1451 scrollAreaWidgetContents_8->setGeometry(QRect(0, 0, 678, 378));
1452 verticalLayout_25 =
new QVBoxLayout(scrollAreaWidgetContents_8);
1453 verticalLayout_25->setObjectName(QString::fromUtf8(
"verticalLayout_25"));
1454 verticalLayout_26 =
new QVBoxLayout();
1455 verticalLayout_26->setObjectName(QString::fromUtf8(
"verticalLayout_26"));
1456 verticalLayout_26->setSizeConstraint(QLayout::SetDefaultConstraint);
1457 verticalLayout_26->setContentsMargins(-1, 0, -1, -1);
1458 horizontalLayout_15 =
new QHBoxLayout();
1459 horizontalLayout_15->setObjectName(QString::fromUtf8(
"horizontalLayout_15"));
1460 cb_prevent_readline_conflicts =
new QCheckBox(scrollAreaWidgetContents_8);
1461 cb_prevent_readline_conflicts->setObjectName(QString::fromUtf8(
"cb_prevent_readline_conflicts"));
1462 cb_prevent_readline_conflicts->setChecked(
true);
1464 horizontalLayout_15->addWidget(cb_prevent_readline_conflicts);
1467 verticalLayout_26->addLayout(horizontalLayout_15);
1469 line_9 =
new QFrame(scrollAreaWidgetContents_8);
1470 line_9->setObjectName(QString::fromUtf8(
"line_9"));
1471 line_9->setFrameShape(QFrame::HLine);
1472 line_9->setFrameShadow(QFrame::Sunken);
1474 verticalLayout_26->addWidget(line_9);
1476 gridLayout_12 =
new QGridLayout();
1477 gridLayout_12->setObjectName(QString::fromUtf8(
"gridLayout_12"));
1478 gridLayout_12->setContentsMargins(-1, 10, -1, -1);
1479 horizontalLayout_16 =
new QHBoxLayout();
1480 horizontalLayout_16->setObjectName(QString::fromUtf8(
"horizontalLayout_16"));
1481 horizontalLayout_16->setContentsMargins(-1, 0, -1, -1);
1483 gridLayout_12->addLayout(horizontalLayout_16, 3, 0, 1, 1);
1485 rb_sc_set2 =
new QRadioButton(scrollAreaWidgetContents_8);
1486 rb_sc_set2->setObjectName(QString::fromUtf8(
"rb_sc_set2"));
1488 gridLayout_12->addWidget(rb_sc_set2, 1, 2, 1, 1);
1490 label_23 =
new QLabel(scrollAreaWidgetContents_8);
1491 label_23->setObjectName(QString::fromUtf8(
"label_23"));
1493 gridLayout_12->addWidget(label_23, 0, 0, 1, 1);
1495 btn_export_shortcut_set2 =
new QPushButton(scrollAreaWidgetContents_8);
1496 btn_export_shortcut_set2->setObjectName(QString::fromUtf8(
"btn_export_shortcut_set2"));
1498 gridLayout_12->addWidget(btn_export_shortcut_set2, 1, 4, 1, 1);
1500 btn_import_shortcut_set2 =
new QPushButton(scrollAreaWidgetContents_8);
1501 btn_import_shortcut_set2->setObjectName(QString::fromUtf8(
"btn_import_shortcut_set2"));
1503 gridLayout_12->addWidget(btn_import_shortcut_set2, 1, 3, 1, 1);
1505 rb_sc_set1 =
new QRadioButton(scrollAreaWidgetContents_8);
1506 rb_sc_set1->setObjectName(QString::fromUtf8(
"rb_sc_set1"));
1507 rb_sc_set1->setChecked(
true);
1509 gridLayout_12->addWidget(rb_sc_set1, 0, 2, 1, 1);
1511 horizontalSpacer_26 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1513 gridLayout_12->addItem(horizontalSpacer_26, 0, 5, 1, 1);
1515 btn_export_shortcut_set1 =
new QPushButton(scrollAreaWidgetContents_8);
1516 btn_export_shortcut_set1->setObjectName(QString::fromUtf8(
"btn_export_shortcut_set1"));
1518 gridLayout_12->addWidget(btn_export_shortcut_set1, 0, 4, 1, 1);
1520 btn_import_shortcut_set1 =
new QPushButton(scrollAreaWidgetContents_8);
1521 btn_import_shortcut_set1->setObjectName(QString::fromUtf8(
"btn_import_shortcut_set1"));
1523 gridLayout_12->addWidget(btn_import_shortcut_set1, 0, 3, 1, 1);
1525 label_24 =
new QLabel(scrollAreaWidgetContents_8);
1526 label_24->setObjectName(QString::fromUtf8(
"label_24"));
1528 gridLayout_12->addWidget(label_24, 1, 0, 1, 1);
1530 horizontalSpacer_33 =
new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
1532 gridLayout_12->addItem(horizontalSpacer_33, 0, 1, 1, 1);
1535 verticalLayout_26->addLayout(gridLayout_12);
1537 label_21 =
new QLabel(scrollAreaWidgetContents_8);
1538 label_21->setObjectName(QString::fromUtf8(
"label_21"));
1540 verticalLayout_26->addWidget(label_21);
1542 horizontalLayout_10 =
new QHBoxLayout();
1543 horizontalLayout_10->setObjectName(QString::fromUtf8(
"horizontalLayout_10"));
1544 horizontalLayout_10->setContentsMargins(-1, 0, -1, -1);
1545 shortcuts_treewidget =
new QTreeWidget(scrollAreaWidgetContents_8);
1547 font.setItalic(
false);
1548 QTreeWidgetItem *__qtreewidgetitem =
new QTreeWidgetItem();
1549 __qtreewidgetitem->setFont(3, font);
1550 __qtreewidgetitem->setFont(0, font);
1551 shortcuts_treewidget->setHeaderItem(__qtreewidgetitem);
1552 shortcuts_treewidget->setObjectName(QString::fromUtf8(
"shortcuts_treewidget"));
1553 sizePolicy5.setHeightForWidth(shortcuts_treewidget->sizePolicy().hasHeightForWidth());
1554 shortcuts_treewidget->setSizePolicy(sizePolicy5);
1555 shortcuts_treewidget->setSizeIncrement(QSize(0, 0));
1556 shortcuts_treewidget->setBaseSize(QSize(0, 0));
1557 shortcuts_treewidget->setAlternatingRowColors(
true);
1558 shortcuts_treewidget->setAnimated(
false);
1559 shortcuts_treewidget->setAllColumnsShowFocus(
false);
1560 shortcuts_treewidget->setHeaderHidden(
false);
1561 shortcuts_treewidget->setColumnCount(5);
1562 shortcuts_treewidget->header()->setCascadingSectionResizes(
false);
1563 shortcuts_treewidget->header()->setDefaultSectionSize(120);
1564 shortcuts_treewidget->header()->setHighlightSections(
false);
1565 shortcuts_treewidget->header()->setMinimumSectionSize(64);
1566 shortcuts_treewidget->header()->setStretchLastSection(
true);
1568 horizontalLayout_10->addWidget(shortcuts_treewidget);
1571 verticalLayout_26->addLayout(horizontalLayout_10);
1574 verticalLayout_25->addLayout(verticalLayout_26);
1576 scrollArea_7->setWidget(scrollAreaWidgetContents_8);
1578 verticalLayout_27->addWidget(scrollArea_7);
1580 tabWidget->addTab(tab_shortcuts, QString());
1582 tab_network->setObjectName(QString::fromUtf8(
"tab_network"));
1583 verticalLayout_4 =
new QVBoxLayout(tab_network);
1584 verticalLayout_4->setObjectName(QString::fromUtf8(
"verticalLayout_4"));
1585 scrollArea_6 =
new QScrollArea(tab_network);
1586 scrollArea_6->setObjectName(QString::fromUtf8(
"scrollArea_6"));
1587 scrollArea_6->setWidgetResizable(
true);
1588 scrollAreaWidgetContents_7 =
new QWidget();
1589 scrollAreaWidgetContents_7->setObjectName(QString::fromUtf8(
"scrollAreaWidgetContents_7"));
1590 scrollAreaWidgetContents_7->setGeometry(QRect(0, 0, 678, 378));
1591 verticalLayout_20 =
new QVBoxLayout(scrollAreaWidgetContents_7);
1592 verticalLayout_20->setObjectName(QString::fromUtf8(
"verticalLayout_20"));
1593 verticalLayout =
new QVBoxLayout();
1594 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
1595 checkbox_allow_web_connect =
new QCheckBox(scrollAreaWidgetContents_7);
1596 checkbox_allow_web_connect->setObjectName(QString::fromUtf8(
"checkbox_allow_web_connect"));
1598 verticalLayout->addWidget(checkbox_allow_web_connect);
1600 gridLayout_5 =
new QGridLayout();
1601 gridLayout_5->setObjectName(QString::fromUtf8(
"gridLayout_5"));
1602 label_4 =
new QLabel(scrollAreaWidgetContents_7);
1603 label_4->setObjectName(QString::fromUtf8(
"label_4"));
1604 label_4->setEnabled(
false);
1606 gridLayout_5->addWidget(label_4, 1, 1, 1, 1);
1608 proxyType =
new QComboBox(scrollAreaWidgetContents_7);
1609 proxyType->setObjectName(QString::fromUtf8(
"proxyType"));
1610 proxyType->setEnabled(
false);
1612 gridLayout_5->addWidget(proxyType, 0, 2, 1, 1);
1614 label_6 =
new QLabel(scrollAreaWidgetContents_7);
1615 label_6->setObjectName(QString::fromUtf8(
"label_6"));
1616 label_6->setEnabled(
false);
1618 gridLayout_5->addWidget(label_6, 3, 1, 1, 1);
1620 useProxyServer =
new QCheckBox(scrollAreaWidgetContents_7);
1621 useProxyServer->setObjectName(QString::fromUtf8(
"useProxyServer"));
1623 gridLayout_5->addWidget(useProxyServer, 0, 0, 1, 1);
1625 label_3 =
new QLabel(scrollAreaWidgetContents_7);
1626 label_3->setObjectName(QString::fromUtf8(
"label_3"));
1627 label_3->setEnabled(
false);
1629 gridLayout_5->addWidget(label_3, 0, 1, 1, 1);
1631 label_5 =
new QLabel(scrollAreaWidgetContents_7);
1632 label_5->setObjectName(QString::fromUtf8(
"label_5"));
1633 label_5->setEnabled(
false);
1635 gridLayout_5->addWidget(label_5, 2, 1, 1, 1);
1637 label_7 =
new QLabel(scrollAreaWidgetContents_7);
1638 label_7->setObjectName(QString::fromUtf8(
"label_7"));
1639 label_7->setEnabled(
false);
1641 gridLayout_5->addWidget(label_7, 4, 1, 1, 1);
1643 proxyHostName =
new QLineEdit(scrollAreaWidgetContents_7);
1644 proxyHostName->setObjectName(QString::fromUtf8(
"proxyHostName"));
1645 proxyHostName->setEnabled(
false);
1647 gridLayout_5->addWidget(proxyHostName, 1, 2, 1, 1);
1649 proxyPort =
new QLineEdit(scrollAreaWidgetContents_7);
1650 proxyPort->setObjectName(QString::fromUtf8(
"proxyPort"));
1651 proxyPort->setEnabled(
false);
1653 gridLayout_5->addWidget(proxyPort, 2, 2, 1, 1);
1655 proxyUserName =
new QLineEdit(scrollAreaWidgetContents_7);
1656 proxyUserName->setObjectName(QString::fromUtf8(
"proxyUserName"));
1657 proxyUserName->setEnabled(
false);
1659 gridLayout_5->addWidget(proxyUserName, 3, 2, 1, 1);
1661 proxyPassword =
new QLineEdit(scrollAreaWidgetContents_7);
1662 proxyPassword->setObjectName(QString::fromUtf8(
"proxyPassword"));
1663 proxyPassword->setEnabled(
false);
1664 proxyPassword->setEchoMode(QLineEdit::Password);
1666 gridLayout_5->addWidget(proxyPassword, 4, 2, 1, 1);
1669 verticalLayout->addLayout(gridLayout_5);
1672 verticalLayout_20->addLayout(verticalLayout);
1674 verticalSpacer_5 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1676 verticalLayout_20->addItem(verticalSpacer_5);
1678 scrollArea_6->setWidget(scrollAreaWidgetContents_7);
1680 verticalLayout_4->addWidget(scrollArea_6);
1682 tabWidget->addTab(tab_network, QString());
1684 verticalLayout_2->addWidget(tabWidget);
1686 button_box =
new QDialogButtonBox(settings_dialog);
1687 button_box->setObjectName(QString::fromUtf8(
"button_box"));
1688 button_box->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
1690 verticalLayout_2->addWidget(button_box);
1694 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), label_4, SLOT(setEnabled(
bool)));
1695 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), label_3, SLOT(setEnabled(
bool)));
1696 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), label_5, SLOT(setEnabled(
bool)));
1697 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), proxyType, SLOT(setEnabled(
bool)));
1698 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), proxyHostName, SLOT(setEnabled(
bool)));
1699 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), proxyPort, SLOT(setEnabled(
bool)));
1700 QObject::connect(useCustomFileEditor, SIGNAL(toggled(
bool)), customFileEditor, SLOT(setEnabled(
bool)));
1701 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), label_7, SLOT(setEnabled(
bool)));
1702 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), proxyUserName, SLOT(setEnabled(
bool)));
1703 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), proxyPassword, SLOT(setEnabled(
bool)));
1704 QObject::connect(useProxyServer, SIGNAL(toggled(
bool)), label_6, SLOT(setEnabled(
bool)));
1705 QObject::connect(useCustomFileEditor, SIGNAL(toggled(
bool)), customEditorLabel, SLOT(setEnabled(
bool)));
1706 QObject::connect(editor_codeCompletion, SIGNAL(toggled(
bool)), editor_label_ac_threshold, SLOT(setEnabled(
bool)));
1707 QObject::connect(editor_codeCompletion, SIGNAL(toggled(
bool)), editor_spinbox_ac_threshold, SLOT(setEnabled(
bool)));
1708 QObject::connect(editor_highlightCurrentLine, SIGNAL(toggled(
bool)), editor_label_cl_color, SLOT(setEnabled(
bool)));
1709 QObject::connect(editor_ws_checkbox, SIGNAL(toggled(
bool)), editor_ws_indent_checkbox, SLOT(setEnabled(
bool)));
1710 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), label_bgtitle, SLOT(setEnabled(
bool)));
1711 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), label_fgtitle, SLOT(setEnabled(
bool)));
1712 QObject::connect(cb_restore_octave_dir, SIGNAL(toggled(
bool)), le_octave_dir, SLOT(setDisabled(
bool)));
1713 QObject::connect(cb_restore_octave_dir, SIGNAL(toggled(
bool)), pb_octave_dir, SLOT(setDisabled(
bool)));
1714 QObject::connect(cb_restore_file_browser_dir, SIGNAL(toggled(
bool)), le_file_browser_dir, SLOT(setDisabled(
bool)));
1715 QObject::connect(cb_restore_file_browser_dir, SIGNAL(toggled(
bool)), pb_file_browser_dir, SLOT(setDisabled(
bool)));
1716 QObject::connect(editor_longWindowTitle, SIGNAL(toggled(
bool)), editor_lbl_min_tab_width, SLOT(setEnabled(
bool)));
1717 QObject::connect(editor_longWindowTitle, SIGNAL(toggled(
bool)), editor_notebook_tab_width_max, SLOT(setEnabled(
bool)));
1718 QObject::connect(editor_longWindowTitle, SIGNAL(toggled(
bool)), editor_lbl_max_tab_width, SLOT(setEnabled(
bool)));
1719 QObject::connect(editor_longWindowTitle, SIGNAL(toggled(
bool)), editor_notebook_tab_width_min, SLOT(setEnabled(
bool)));
1720 QObject::connect(editor_long_line_marker, SIGNAL(toggled(
bool)), editor_long_line_column, SLOT(setEnabled(
bool)));
1721 QObject::connect(editor_long_line_marker, SIGNAL(toggled(
bool)), editor_long_line_column_text, SLOT(setEnabled(
bool)));
1722 QObject::connect(editor_checkbox_ac_keywords, SIGNAL(toggled(
bool)), editor_checkbox_ac_builtins, SLOT(setEnabled(
bool)));
1723 QObject::connect(editor_checkbox_ac_keywords, SIGNAL(toggled(
bool)), editor_checkbox_ac_functions, SLOT(setEnabled(
bool)));
1724 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), label_bgtitle_active, SLOT(setEnabled(
bool)));
1725 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), label_fgtitle_active, SLOT(setEnabled(
bool)));
1726 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), label_3d_title, SLOT(setEnabled(
bool)));
1727 QObject::connect(cb_widget_custom_style, SIGNAL(toggled(
bool)), sb_3d_title, SLOT(setEnabled(
bool)));
1729 tabWidget->setCurrentIndex(1);
1732 QMetaObject::connectSlotsByName(settings_dialog);
1737 settings_dialog->setWindowTitle(
QApplication::translate(
"settings_dialog",
"Settings", 0, QApplication::UnicodeUTF8));
1739 label_15->setText(
QApplication::translate(
"settings_dialog",
"Dock widget title bar", 0, QApplication::UnicodeUTF8));
1741 cb_prompt_to_exit->setText(
QApplication::translate(
"settings_dialog",
"Confirm before exiting", 0, QApplication::UnicodeUTF8));
1743 icon_size_normal->setText(
QApplication::translate(
"settings_dialog",
"Normal", 0, QApplication::UnicodeUTF8));
1745 label_2->setText(
QApplication::translate(
"settings_dialog",
"Language (requires restart)", 0, QApplication::UnicodeUTF8));
1746 general_icon_octave->setText(
QApplication::translate(
"settings_dialog",
"Octave logo only", 0, QApplication::UnicodeUTF8));
1747 general_icon_letter->setText(
QApplication::translate(
"settings_dialog",
"Letter icons", 0, QApplication::UnicodeUTF8));
1748 general_icon_graphic->setText(
QApplication::translate(
"settings_dialog",
"Graphic icons", 0, QApplication::UnicodeUTF8));
1749 label_9->setText(
QApplication::translate(
"settings_dialog",
"Icon set for dock widgets", 0, QApplication::UnicodeUTF8));
1750 cb_status_bar->setText(
QApplication::translate(
"settings_dialog",
"Show status bar", 0, QApplication::UnicodeUTF8));
1751 label_bgtitle_active->setText(
QApplication::translate(
"settings_dialog",
"Active", 0, QApplication::UnicodeUTF8));
1752 label_fgtitle->setText(
QApplication::translate(
"settings_dialog",
"Text inactive", 0, QApplication::UnicodeUTF8));
1753 label_fgtitle_active->setText(
QApplication::translate(
"settings_dialog",
"Active", 0, QApplication::UnicodeUTF8));
1754 cb_widget_custom_style->setText(
QApplication::translate(
"settings_dialog",
"Custom style", 0, QApplication::UnicodeUTF8));
1755 label_bgtitle->setText(
QApplication::translate(
"settings_dialog",
"Background inactive", 0, QApplication::UnicodeUTF8));
1757 groupBox_2->setTitle(
QApplication::translate(
"settings_dialog",
"Octave Startup", 0, QApplication::UnicodeUTF8));
1758 label_18->setText(
QApplication::translate(
"settings_dialog",
"These preferences are applied after any .octaverc startup files.", 0, QApplication::UnicodeUTF8));
1761 cb_restore_octave_dir->setText(
QApplication::translate(
"settings_dialog",
"Restore working directory of previous session", 0, QApplication::UnicodeUTF8));
1762 tabWidget->setTabText(tabWidget->indexOf(tab_general),
QApplication::translate(
"settings_dialog",
"General", 0, QApplication::UnicodeUTF8));
1764 editor_highlightCurrentLine->setText(
QApplication::translate(
"settings_dialog",
"Highlight current line", 0, QApplication::UnicodeUTF8));
1765 editor_long_line_column_text->setText(
QApplication::translate(
"settings_dialog",
"After Column", 0, QApplication::UnicodeUTF8));
1766 editor_ws_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Show whitespace", 0, QApplication::UnicodeUTF8));
1767 editor_showLineNumbers->setText(
QApplication::translate(
"settings_dialog",
"Show line numbers", 0, QApplication::UnicodeUTF8));
1768 editor_longWindowTitle->setText(
QApplication::translate(
"settings_dialog",
"Show complete path in window title", 0, QApplication::UnicodeUTF8));
1769 editor_ws_indent_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Do not show whitespace used for indentation", 0, QApplication::UnicodeUTF8));
1770 editor_label_cl_color->setText(
QApplication::translate(
"settings_dialog",
"Color", 0, QApplication::UnicodeUTF8));
1771 editor_lbl_min_tab_width->setText(
QApplication::translate(
"settings_dialog",
"Tab width min.", 0, QApplication::UnicodeUTF8));
1772 editor_lbl_max_tab_width->setText(
QApplication::translate(
"settings_dialog",
"max.", 0, QApplication::UnicodeUTF8));
1773 #ifndef QT_NO_TOOLTIP
1774 editor_long_line_marker->setToolTip(
QApplication::translate(
"settings_dialog",
"This works well for monospaced fonts. The line is drawn at a position based on the width of a space character in the default font. It may not work very well if styles use proportional fonts or if varied font sizes or bold, italic and normal texts are used.", 0, QApplication::UnicodeUTF8));
1775 #endif // QT_NO_TOOLTIP
1776 editor_long_line_marker->setText(
QApplication::translate(
"settings_dialog",
"Draw a long line marker", 0, QApplication::UnicodeUTF8));
1777 cb_code_folding->setText(
QApplication::translate(
"settings_dialog",
"Enable Code Folding", 0, QApplication::UnicodeUTF8));
1778 cb_edit_status_bar->setText(
QApplication::translate(
"settings_dialog",
"Show status bar", 0, QApplication::UnicodeUTF8));
1779 cb_show_eol->setText(
QApplication::translate(
"settings_dialog",
"Show EOL characters", 0, QApplication::UnicodeUTF8));
1780 label_22->setText(
QApplication::translate(
"settings_dialog",
"Default EOL mode", 0, QApplication::UnicodeUTF8));
1781 combo_eol_mode->clear();
1782 combo_eol_mode->insertItems(0, QStringList()
1787 cb_show_hscrollbar->setText(
QApplication::translate(
"settings_dialog",
"Show horizontal scroll bar", 0, QApplication::UnicodeUTF8));
1788 useCustomFileEditor->setText(
QApplication::translate(
"settings_dialog",
"Use custom file editor", 0, QApplication::UnicodeUTF8));
1789 customEditorLabel->setText(
QApplication::translate(
"settings_dialog",
"command line (%f=file, %l=line):", 0, QApplication::UnicodeUTF8));
1790 customFileEditor->setText(QString());
1791 groupBox_6->setTitle(
QApplication::translate(
"settings_dialog",
"Indentation", 0, QApplication::UnicodeUTF8));
1793 editor_tab_ind_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Tab indents line", 0, QApplication::UnicodeUTF8));
1794 editor_auto_ind_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Auto indentation", 0, QApplication::UnicodeUTF8));
1796 editor_ind_guides_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Show indentation guides", 0, QApplication::UnicodeUTF8));
1797 editor_bs_unind_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Backspace unindents line", 0, QApplication::UnicodeUTF8));
1798 editor_ind_uses_tabs_checkbox->setText(
QApplication::translate(
"settings_dialog",
"Indentation uses tabs", 0, QApplication::UnicodeUTF8));
1799 groupBox_7->setTitle(
QApplication::translate(
"settings_dialog",
"Auto completion", 0, QApplication::UnicodeUTF8));
1800 editor_checkbox_ac_keywords->setText(
QApplication::translate(
"settings_dialog",
"Match keywords", 0, QApplication::UnicodeUTF8));
1801 editor_checkbox_ac_case->setText(
QApplication::translate(
"settings_dialog",
"Case sensitive", 0, QApplication::UnicodeUTF8));
1802 editor_checkbox_ac_document->setText(
QApplication::translate(
"settings_dialog",
"Match words in document", 0, QApplication::UnicodeUTF8));
1803 editor_checkbox_ac_replace->setText(
QApplication::translate(
"settings_dialog",
"Replace word by suggested one", 0, QApplication::UnicodeUTF8));
1804 editor_checkbox_ac_builtins->setText(
QApplication::translate(
"settings_dialog",
"With Octave builtins", 0, QApplication::UnicodeUTF8));
1805 editor_checkbox_ac_functions->setText(
QApplication::translate(
"settings_dialog",
"With Octave functions", 0, QApplication::UnicodeUTF8));
1806 editor_label_ac_threshold->setText(
QApplication::translate(
"settings_dialog",
"Number of characters before list is shown: ", 0, QApplication::UnicodeUTF8));
1807 #ifndef QT_NO_TOOLTIP
1808 editor_spinbox_ac_threshold->setToolTip(QString());
1809 #endif // QT_NO_TOOLTIP
1810 #ifndef QT_NO_WHATSTHIS
1811 editor_spinbox_ac_threshold->setWhatsThis(QString());
1812 #endif // QT_NO_WHATSTHIS
1813 editor_spinbox_ac_threshold->setSuffix(QString());
1814 editor_codeCompletion->setText(
QApplication::translate(
"settings_dialog",
"Show completion list automatically", 0, QApplication::UnicodeUTF8));
1815 groupBox_8->setTitle(
QApplication::translate(
"settings_dialog",
"File handling", 0, QApplication::UnicodeUTF8));
1816 editor_restoreSession->setText(
QApplication::translate(
"settings_dialog",
"Restore editor tabs from previous session on startup", 0, QApplication::UnicodeUTF8));
1817 editor_create_new_file->setText(
QApplication::translate(
"settings_dialog",
"Create nonexistent files without prompting", 0, QApplication::UnicodeUTF8));
1818 editor_reload_changed_files->setText(
QApplication::translate(
"settings_dialog",
"Reload externally changed files without prompt", 0, QApplication::UnicodeUTF8));
1819 tabWidget->setTabText(tabWidget->indexOf(tab_editor),
QApplication::translate(
"settings_dialog",
"Editor", 0, QApplication::UnicodeUTF8));
1820 label_10->setText(
QApplication::translate(
"settings_dialog",
"<html><head/><body><p>Select font, font size (as a difference from the default size), font style (<b>b</b>old, <b>i</b>talic, <b>u</b>nderline), text color, and background color (for the latter, the color magenta (255,0,255) is a placeholder for the default background color).</p></body></html>", 0, QApplication::UnicodeUTF8));
1821 tabWidget->setTabText(tabWidget->indexOf(tab_editor_styles),
QApplication::translate(
"settings_dialog",
"Editor Styles", 0, QApplication::UnicodeUTF8));
1822 terminal_cursorUseForegroundColor->setText(
QApplication::translate(
"settings_dialog",
"Use foreground color", 0, QApplication::UnicodeUTF8));
1823 terminal_cursorBlinking->setText(
QApplication::translate(
"settings_dialog",
"Cursor blinking", 0, QApplication::UnicodeUTF8));
1827 label_20->setText(
QApplication::translate(
"settings_dialog",
"(Changing buffer size clears history)", 0, QApplication::UnicodeUTF8));
1828 label_19->setText(
QApplication::translate(
"settings_dialog",
"History buffer Size", 0, QApplication::UnicodeUTF8));
1829 terminal_focus_command->setText(
QApplication::translate(
"settings_dialog",
"Set focus to terminal when running a command from within another widget", 0, QApplication::UnicodeUTF8));
1830 terminal_print_dbg_location->setText(
QApplication::translate(
"settings_dialog",
"Print debug location in terminal window in addition to the marker in the editor", 0, QApplication::UnicodeUTF8));
1831 terminal_colors_box->setTitle(
QApplication::translate(
"settings_dialog",
"Terminal Colors", 0, QApplication::UnicodeUTF8));
1832 tabWidget->setTabText(tabWidget->indexOf(tab_terminal),
QApplication::translate(
"settings_dialog",
"Terminal", 0, QApplication::UnicodeUTF8));
1834 showFileType->setText(
QApplication::translate(
"settings_dialog",
"Show file type", 0, QApplication::UnicodeUTF8));
1835 showHiddenFiles->setText(
QApplication::translate(
"settings_dialog",
"Show hidden files", 0, QApplication::UnicodeUTF8));
1836 showFileSize->setText(
QApplication::translate(
"settings_dialog",
"Show file size", 0, QApplication::UnicodeUTF8));
1837 showLastModified->setText(
QApplication::translate(
"settings_dialog",
"Show date of last modification", 0, QApplication::UnicodeUTF8));
1838 useAlternatingRowColors->setText(
QApplication::translate(
"settings_dialog",
"Alternating row colors", 0, QApplication::UnicodeUTF8));
1840 sync_octave_directory->setText(
QApplication::translate(
"settings_dialog",
"Synchronize Octave working directory with file browser", 0, QApplication::UnicodeUTF8));
1841 lbl_file_browser_dir->setText(
QApplication::translate(
"settings_dialog",
"Startup path", 0, QApplication::UnicodeUTF8));
1842 cb_restore_file_browser_dir->setText(
QApplication::translate(
"settings_dialog",
"Restore last directory of previous session", 0, QApplication::UnicodeUTF8));
1843 pb_file_browser_dir->setText(
QApplication::translate(
"settings_dialog",
"Browse", 0, QApplication::UnicodeUTF8));
1844 tabWidget->setTabText(tabWidget->indexOf(tab_file_browser),
QApplication::translate(
"settings_dialog",
"File Browser", 0, QApplication::UnicodeUTF8));
1845 workspace_colors_box->setTitle(
QApplication::translate(
"settings_dialog",
"Colors for variable attributes ", 0, QApplication::UnicodeUTF8));
1846 cb_hide_tool_tips->setText(
QApplication::translate(
"settings_dialog",
"Hide tool tips", 0, QApplication::UnicodeUTF8));
1847 tabWidget->setTabText(tabWidget->indexOf(tab_workspace),
QApplication::translate(
"settings_dialog",
"Workspace", 0, QApplication::UnicodeUTF8));
1848 #ifndef QT_NO_TOOLTIP
1849 cb_prevent_readline_conflicts->setToolTip(
QApplication::translate(
"settings_dialog",
"Select this option to prevent conflicts with readline shortcuts", 0, QApplication::UnicodeUTF8));
1850 #endif // QT_NO_TOOLTIP
1851 cb_prevent_readline_conflicts->setText(
QApplication::translate(
"settings_dialog",
"Disable global shortcuts when terminal window has focus", 0, QApplication::UnicodeUTF8));
1852 rb_sc_set2->setText(
QApplication::translate(
"settings_dialog",
"Use this set", 0, QApplication::UnicodeUTF8));
1854 btn_export_shortcut_set2->setText(
QApplication::translate(
"settings_dialog",
"Export", 0, QApplication::UnicodeUTF8));
1855 btn_import_shortcut_set2->setText(
QApplication::translate(
"settings_dialog",
"Import", 0, QApplication::UnicodeUTF8));
1856 rb_sc_set1->setText(
QApplication::translate(
"settings_dialog",
"Use this set", 0, QApplication::UnicodeUTF8));
1857 btn_export_shortcut_set1->setText(
QApplication::translate(
"settings_dialog",
"Export", 0, QApplication::UnicodeUTF8));
1858 btn_import_shortcut_set1->setText(
QApplication::translate(
"settings_dialog",
"Import", 0, QApplication::UnicodeUTF8));
1860 label_21->setText(
QApplication::translate(
"settings_dialog",
"Edit a shortcut by double-clicking in a cell", 0, QApplication::UnicodeUTF8));
1861 QTreeWidgetItem *___qtreewidgetitem = shortcuts_treewidget->headerItem();
1862 ___qtreewidgetitem->setText(4,
QApplication::translate(
"settings_dialog",
"Set 2 Actual", 0, QApplication::UnicodeUTF8));
1863 ___qtreewidgetitem->setText(3,
QApplication::translate(
"settings_dialog",
"Set 2 Default", 0, QApplication::UnicodeUTF8));
1864 ___qtreewidgetitem->setText(2,
QApplication::translate(
"settings_dialog",
"Set 1 Actual", 0, QApplication::UnicodeUTF8));
1865 ___qtreewidgetitem->setText(1,
QApplication::translate(
"settings_dialog",
"Set 1 Default", 0, QApplication::UnicodeUTF8));
1866 ___qtreewidgetitem->setText(0,
QApplication::translate(
"settings_dialog",
"Action", 0, QApplication::UnicodeUTF8));
1867 tabWidget->setTabText(tabWidget->indexOf(tab_shortcuts),
QApplication::translate(
"settings_dialog",
"Shortcuts", 0, QApplication::UnicodeUTF8));
1868 checkbox_allow_web_connect->setText(
QApplication::translate(
"settings_dialog",
"Allow Octave to connect to the Octave web site to display current news and information", 0, QApplication::UnicodeUTF8));
1871 proxyType->insertItems(0, QStringList()
1876 useProxyServer->setText(
QApplication::translate(
"settings_dialog",
"Use proxy server", 0, QApplication::UnicodeUTF8));
1880 tabWidget->setTabText(tabWidget->indexOf(tab_network),
QApplication::translate(
"settings_dialog",
"Network", 0, QApplication::UnicodeUTF8));
1891 #endif // UI_2D_SETTINGS_2D_DIALOG_H
QSpacerItem * horizontalSpacer_19
QLabel * editor_lbl_min_tab_width
QLineEdit * le_octave_dir
QHBoxLayout * layout_widget_fgtitle
QVBoxLayout * verticalLayout_19
QScrollArea * scrollArea_4
QWidget * scrollAreaWidgetContents_5
QVBoxLayout * verticalLayout_8
QComboBox * comboBox_language
QLineEdit * proxyUserName
QCheckBox * terminal_cursorBlinking
QLineEdit * le_file_browser_dir
QWidget * scrollAreaWidgetContents
QCheckBox * cb_prevent_readline_conflicts
QRadioButton * general_icon_octave
QSpacerItem * horizontalSpacer_33
QSpinBox * terminal_history_buffer
QCheckBox * editor_checkbox_ac_document
QHBoxLayout * horizontalLayout_6
QCheckBox * editor_tab_ind_checkbox
QVBoxLayout * verticalLayout_16
QVBoxLayout * verticalLayout_11
QSpacerItem * horizontalSpacer_27
QSpinBox * editor_ind_width_spinbox
QVBoxLayout * verticalLayout_14
QVBoxLayout * verticalLayout_2
QCheckBox * editor_highlightCurrentLine
QCheckBox * cb_hide_tool_tips
QCheckBox * useCustomFileEditor
QCheckBox * cb_show_hscrollbar
QVBoxLayout * verticalLayout_26
QHBoxLayout * horizontalLayout_8
QScrollArea * scrollArea_2
QGridLayout * gridLayout_11
QVBoxLayout * verticalLayout_29
QCheckBox * cb_restore_octave_dir
QHBoxLayout * horizontalLayout_4
QLabel * label_fgtitle_active
void retranslateUi(QDialog *settings_dialog)
QSpacerItem * horizontalSpacer_30
QGridLayout * gridLayout_12
QSpacerItem * horizontalSpacer_3
QSpacerItem * horizontalSpacer_2
QSpacerItem * horizontalSpacer_15
QCheckBox * editor_reload_changed_files
QScrollArea * scrollArea_7
QPushButton * btn_export_shortcut_set1
QLabel * editor_label_ac_threshold
QGridLayout * gridLayout_7
QGridLayout * gridLayout_3
QSpacerItem * horizontalSpacer_24
QVBoxLayout * verticalLayout_18
QGridLayout * gridLayout_15
QGridLayout * gridLayout_5
QVBoxLayout * verticalLayout_20
QCheckBox * cb_widget_custom_style
QVBoxLayout * verticalLayout_23
QGridLayout * gridLayout_4
QVBoxLayout * verticalLayout_27
QGridLayout * lo_file_browser_startup
QCheckBox * editor_checkbox_ac_replace
QPushButton * btn_import_shortcut_set2
QCheckBox * editor_ws_indent_checkbox
QLabel * customEditorLabel
QCheckBox * showLastModified
QRadioButton * general_icon_graphic
QSpacerItem * horizontalSpacer_28
QSpacerItem * horizontalSpacer_5
QSpacerItem * horizontalSpacer_9
QCheckBox * useAlternatingRowColors
QLabel * editor_lbl_max_tab_width
QGridLayout * gridLayout_13
QSpacerItem * horizontalSpacer_6
QCheckBox * editor_bs_unind_checkbox
QTreeWidget * shortcuts_treewidget
QCheckBox * editor_auto_ind_checkbox
QCheckBox * editor_checkbox_ac_functions
QCheckBox * editor_showLineNumbers
QCheckBox * editor_create_new_file
QGridLayout * gridLayout_9
QSpinBox * terminal_fontSize
QScrollArea * scrollArea_5
QCheckBox * editor_longWindowTitle
QSpacerItem * horizontalSpacer_8
QVBoxLayout * verticalLayout_17
QHBoxLayout * layout_widget_fgtitle_active
QHBoxLayout * horizontalLayout_9
QCheckBox * editor_ind_guides_checkbox
QSpacerItem * verticalSpacer
QSpacerItem * horizontalSpacer_16
QVBoxLayout * verticalLayout_24
QVBoxLayout * verticalLayout_30
QLineEdit * proxyHostName
QVBoxLayout * verticalLayout_3
QHBoxLayout * horizontalLayout_12
QCheckBox * editor_long_line_marker
QRadioButton * icon_size_normal
QCheckBox * useProxyServer
QVBoxLayout * verticalLayout_28
QWidget * scrollAreaWidgetContents_8
QHBoxLayout * layout_widget_bgtitle_active
QPushButton * btn_export_shortcut_set2
QWidget * tab_editor_styles
QFontComboBox * terminal_fontName
QSpacerItem * verticalSpacer_5
QLabel * lbl_file_browser_dir
QHBoxLayout * layout_widget_bgtitle
QHBoxLayout * horizontalLayout_5
QCheckBox * cb_restore_file_browser_dir
QVBoxLayout * verticalLayout_13
QSpacerItem * horizontalSpacer_12
QScrollArea * scrollArea_6
QVBoxLayout * verticalLayout_15
QSpinBox * editor_notebook_tab_width_max
QCheckBox * editor_ws_checkbox
QHBoxLayout * horizontalLayout_16
QRadioButton * rb_sc_set1
QHBoxLayout * horizontalLayout_15
QCheckBox * editor_checkbox_ac_keywords
QSpinBox * editor_tab_width_spinbox
QSpacerItem * horizontalSpacer_14
QRadioButton * rb_sc_set2
QCheckBox * terminal_focus_command
QCheckBox * cb_status_bar
QSpacerItem * horizontalSpacer_11
QLabel * label_bgtitle_active
QWidget * tab_file_browser
QSpacerItem * horizontalSpacer_25
QSpinBox * editor_spinbox_ac_threshold
QCheckBox * checkbox_allow_web_connect
QVBoxLayout * verticalLayout_4
QCheckBox * editor_checkbox_ac_builtins
QCheckBox * terminal_print_dbg_location
QHBoxLayout * horizontalLayout_7
void setupUi(QDialog *settings_dialog)
QSpacerItem * horizontalSpacer_17
QSpacerItem * horizontalSpacer_26
QSpacerItem * horizontalSpacer_10
QWidget * scrollAreaWidgetContents_2
QSpacerItem * horizontalSpacer
QPushButton * pb_octave_dir
QWidget * scrollAreaWidgetContents_4
QSpacerItem * horizontalSpacer_21
QSpacerItem * horizontalSpacer_13
QGridLayout * gridLayout_6
QCheckBox * terminal_cursorUseForegroundColor
QVBoxLayout * verticalLayout_25
QTabWidget * tabs_editor_lexers
QGridLayout * editor_common_settings_grid
QGridLayout * gridLayout_8
QVBoxLayout * verticalLayout_12
QCheckBox * editor_restoreSession
QWidget * scrollAreaWidgetContents_6
QCheckBox * editor_ind_uses_tabs_checkbox
QCheckBox * editor_checkbox_ac_case
QLabel * editor_long_line_column_text
QSpacerItem * horizontalSpacer_4
QHBoxLayout * horizontalLayout_3
QHBoxLayout * horizontalLayout_13
QSpacerItem * verticalSpacer_3
QSpacerItem * horizontalSpacer_31
QSpacerItem * horizontalSpacer_22
QSpacerItem * verticalSpacer_7
QVBoxLayout * verticalLayout_21
QPushButton * pb_file_browser_dir
QSpinBox * editor_long_line_column
QLineEdit * proxyPassword
QSpacerItem * horizontalSpacer_29
QGridLayout * gridLayout_10
QHBoxLayout * horizontalLayout_14
QScrollArea * scrollArea_3
QSpacerItem * horizontalSpacer_20
QHBoxLayout * horizontalLayout_11
QGroupBox * terminal_colors_box
QComboBox * terminal_cursorType
QCheckBox * showHiddenFiles
QHBoxLayout * horizontalLayout_17
QLineEdit * customFileEditor
QVBoxLayout * verticalLayout_22
QWidget * scrollAreaWidgetContents_7
QRadioButton * icon_size_small
QVBoxLayout * verticalLayout
QRadioButton * general_icon_letter
QCheckBox * editor_codeCompletion
QDialogButtonBox * button_box
QComboBox * combo_eol_mode
QCheckBox * sync_octave_directory
QSpacerItem * verticalSpacer_6
QVBoxLayout * verticalLayout_6
QSpacerItem * horizontalSpacer_23
QGridLayout * editor_grid_current_line
QRadioButton * icon_size_large
QGroupBox * workspace_colors_box
QLabel * editor_label_cl_color
QVBoxLayout * verticalLayout_5
QPushButton * btn_import_shortcut_set1
QSpacerItem * verticalSpacer_2
void translate(Matrix &m, double x, double y, double z)
QHBoxLayout * horizontalLayout_10
QHBoxLayout * horizontalLayout
QVBoxLayout * verticalLayout_10
QSpacerItem * horizontalSpacer_7
QGridLayout * gridLayout_14
QCheckBox * cb_prompt_to_exit
QVBoxLayout * verticalLayout_7
QCheckBox * cb_code_folding
QCheckBox * cb_edit_status_bar
QSpinBox * editor_notebook_tab_width_min