src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.ui

branch
eric7
changeset 10257
904c71a0e37f
parent 10135
36839e2c6945
child 10832
479cf39ac9cb
equal deleted inserted replaced
10256:1b728f26d1ae 10257:904c71a0e37f
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>550</width> 9 <width>550</width>
10 <height>1033</height> 10 <height>1119</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_5"> 13 <layout class="QVBoxLayout" name="verticalLayout_6">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure general editor settings&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure general editor settings&lt;/b&gt;</string>
18 </property> 18 </property>
507 </item> 507 </item>
508 </layout> 508 </layout>
509 </widget> 509 </widget>
510 </item> 510 </item>
511 <item> 511 <item>
512 <widget class="QGroupBox" name="groupBox">
513 <property name="title">
514 <string>Rectangular Selection Modifier</string>
515 </property>
516 <layout class="QVBoxLayout" name="verticalLayout_5">
517 <item>
518 <widget class="QLabel" name="label_6">
519 <property name="text">
520 <string>Select the modifier key to indicate a rectangular selection while dragging the mouse.</string>
521 </property>
522 <property name="wordWrap">
523 <bool>true</bool>
524 </property>
525 </widget>
526 </item>
527 <item>
528 <layout class="QHBoxLayout" name="horizontalLayout_3">
529 <item>
530 <widget class="QRadioButton" name="rectangularSelectionCtrlButton">
531 <property name="text">
532 <string>Ctrl</string>
533 </property>
534 </widget>
535 </item>
536 <item>
537 <widget class="QRadioButton" name="rectangularSelectionAltButton">
538 <property name="text">
539 <string>Alt</string>
540 </property>
541 </widget>
542 </item>
543 <item>
544 <widget class="QRadioButton" name="rectangularSelectionMetaButton">
545 <property name="text">
546 <string>Meta / Windows / Option</string>
547 </property>
548 </widget>
549 </item>
550 </layout>
551 </item>
552 </layout>
553 </widget>
554 </item>
555 <item>
512 <widget class="QGroupBox" name="virtualSpaceGroupBox"> 556 <widget class="QGroupBox" name="virtualSpaceGroupBox">
513 <property name="title"> 557 <property name="title">
514 <string>Virtual Space</string> 558 <string>Virtual Space</string>
515 </property> 559 </property>
516 <layout class="QVBoxLayout" name="verticalLayout"> 560 <layout class="QVBoxLayout" name="verticalLayout">
581 <tabstop>comment0CheckBox</tabstop> 625 <tabstop>comment0CheckBox</tabstop>
582 <tabstop>docstringStyleComboBox</tabstop> 626 <tabstop>docstringStyleComboBox</tabstop>
583 <tabstop>docstringCompletionCheckBox</tabstop> 627 <tabstop>docstringCompletionCheckBox</tabstop>
584 <tabstop>mouseHoverHelpGroupBox</tabstop> 628 <tabstop>mouseHoverHelpGroupBox</tabstop>
585 <tabstop>mouseDwellTimeSpinBox</tabstop> 629 <tabstop>mouseDwellTimeSpinBox</tabstop>
630 <tabstop>rectangularSelectionCtrlButton</tabstop>
631 <tabstop>rectangularSelectionAltButton</tabstop>
632 <tabstop>rectangularSelectionMetaButton</tabstop>
586 <tabstop>vsSelectionCheckBox</tabstop> 633 <tabstop>vsSelectionCheckBox</tabstop>
587 <tabstop>vsUserCheckBox</tabstop> 634 <tabstop>vsUserCheckBox</tabstop>
588 </tabstops> 635 </tabstops>
589 <resources/> 636 <resources/>
590 <connections> 637 <connections>

eric ide

mercurial