|
267 | 267 | </sizepolicy> |
268 | 268 | </property> |
269 | 269 | <property name="currentIndex"> |
270 | | - <number>4</number> |
| 270 | + <number>1</number> |
271 | 271 | </property> |
272 | 272 | <widget class="QWidget" name="databaseListPage"> |
273 | 273 | <layout class="QVBoxLayout" name="verticalLayout_36"> |
|
487 | 487 | <rect> |
488 | 488 | <x>0</x> |
489 | 489 | <y>0</y> |
490 | | - <width>439</width> |
491 | | - <height>882</height> |
| 490 | + <width>679</width> |
| 491 | + <height>854</height> |
492 | 492 | </rect> |
493 | 493 | </property> |
494 | 494 | <layout class="QVBoxLayout" name="verticalLayout_34"> |
|
498 | 498 | <string>Data browsing and editing</string> |
499 | 499 | </property> |
500 | 500 | <layout class="QGridLayout" name="gridLayout_2"> |
501 | | - <item row="0" column="0" colspan="2"> |
502 | | - <widget class="QLabel" name="rowsPerPageLabel"> |
| 501 | + <item row="2" column="2"> |
| 502 | + <widget class="QSpinBox" name="memPopulConfigsCheck"> |
| 503 | + <property name="toolTip"> |
| 504 | + <string><p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p></string> |
| 505 | + </property> |
| 506 | + <property name="maximum"> |
| 507 | + <number>999999</number> |
| 508 | + </property> |
| 509 | + <property name="cfg" stdset="0"> |
| 510 | + <string notr="true">General.PopulateHistorySize</string> |
| 511 | + </property> |
| 512 | + </widget> |
| 513 | + </item> |
| 514 | + <item row="2" column="0" colspan="2"> |
| 515 | + <widget class="QLabel" name="memPopulConfigsLabel"> |
| 516 | + <property name="toolTip"> |
| 517 | + <string><p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p></string> |
| 518 | + </property> |
503 | 519 | <property name="text"> |
504 | | - <string>Number of data rows per page:</string> |
| 520 | + <string>Number of memorized table populating configurations</string> |
505 | 521 | </property> |
506 | 522 | </widget> |
507 | 523 | </item> |
508 | | - <item row="6" column="0" colspan="3"> |
509 | | - <widget class="QCheckBox" name="useLfForMultilineBox"> |
| 524 | + <item row="4" column="0" colspan="3"> |
| 525 | + <widget class="QCheckBox" name="keepNullWhenEmptyCheck"> |
510 | 526 | <property name="toolTip"> |
511 | | - <string><html><head/><body><p>Converts Unicode line separators (U+2028, U+2029) to the standard LF (<span style=" font-family:'monospace';">\n</span>) character when editing text in form view editor.</p><p>Disable to preserve the original characters.</p></body></html></string> |
| 527 | + <string><p>When editing a cell which used to have NULL value and entering empty string as new value, then this option determinates whether the new value should remain NULL (have this option enabled), or should it be overwritten with empty string value (have this option disabled).</p></string> |
512 | 528 | </property> |
513 | 529 | <property name="text"> |
514 | | - <string>Convert Unicode line separators to LF (\n) in form view editors</string> |
| 530 | + <string>Keep NULL value when entering empty value</string> |
515 | 531 | </property> |
516 | 532 | <property name="cfg" stdset="0"> |
517 | | - <string notr="true">General.UseLfForMultilineEditors</string> |
| 533 | + <string notr="true">General.KeepNullWhenEmptyValue</string> |
518 | 534 | </property> |
519 | 535 | </widget> |
520 | 536 | </item> |
521 | | - <item row="5" column="0" colspan="3"> |
522 | | - <widget class="QCheckBox" name="useSciFormatForDoublesCheck"> |
| 537 | + <item row="7" column="0"> |
| 538 | + <widget class="QCheckBox" name="editCellAfterAdvancingCheck"> |
523 | 539 | <property name="toolTip"> |
524 | | - <string><html><head/><body><p>When enabled, Letos automatically switches to scientific notation for very small real numbers (e.g. <span style=" font-style:italic;">5.3e-21</span>).<br/>Decimal notation is used for values whose magnitude allows a readable decimal representation.</p><p>When disabled, real numbers are always displayed using decimal notation, even if this results in very long fractional parts.</p></body></html></string> |
| 540 | + <string><html><head/><body><p>Automatically starts editing the cell in the next row after moving to it with Enter.</p></body></html></string> |
525 | 541 | </property> |
526 | 542 | <property name="text"> |
527 | | - <string>Use scientific notation for very small real numbers in the grid view</string> |
| 543 | + <string>Start editing after moving to the next row</string> |
528 | 544 | </property> |
529 | 545 | <property name="cfg" stdset="0"> |
530 | | - <string notr="true">General.UseSciFormatForDoubles</string> |
| 546 | + <string notr="true">General.DataEditAutoAdvanceEdit</string> |
531 | 547 | </property> |
532 | 548 | </widget> |
533 | 549 | </item> |
|
550 | 566 | </property> |
551 | 567 | </widget> |
552 | 568 | </item> |
553 | | - <item row="7" column="0"> |
| 569 | + <item row="6" column="0"> |
554 | 570 | <widget class="QCheckBox" name="advanceRowOnEnterCheck"> |
555 | 571 | <property name="toolTip"> |
556 | 572 | <string><html><head/><body><p>When editing a cell, pressing Enter accepts the value and moves to the same column in the next row.<br/>If disabled, the selection stays on the current cell.</p></body></html></string> |
|
563 | 579 | </property> |
564 | 580 | </widget> |
565 | 581 | </item> |
566 | | - <item row="3" column="0" colspan="3"> |
567 | | - <widget class="QCheckBox" name="tolltipInDataViewCheck"> |
568 | | - <property name="toolTip"> |
569 | | - <string><p>When this is enabled and user holds mouse pointer over a cell in any data view (query results, a table data, a view data) a tooltip will appear with details about the cell - it includes details like column data type, constraints, ROWID and others.</p></string> |
570 | | - </property> |
| 582 | + <item row="0" column="0" colspan="2"> |
| 583 | + <widget class="QLabel" name="rowsPerPageLabel"> |
571 | 584 | <property name="text"> |
572 | | - <string>Show column and row details tooltip in data view</string> |
573 | | - </property> |
574 | | - <property name="cfg" stdset="0"> |
575 | | - <string notr="true">General.ShowDataViewTooltips</string> |
| 585 | + <string>Number of data rows per page:</string> |
576 | 586 | </property> |
577 | 587 | </widget> |
578 | 588 | </item> |
579 | | - <item row="2" column="0" colspan="2"> |
580 | | - <widget class="QLabel" name="memPopulConfigsLabel"> |
| 589 | + <item row="5" column="0" colspan="3"> |
| 590 | + <widget class="QCheckBox" name="useSciFormatForDoublesCheck"> |
581 | 591 | <property name="toolTip"> |
582 | | - <string><p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p></string> |
| 592 | + <string><html><head/><body><p>When enabled, Letos automatically switches to scientific notation for very small real numbers (e.g. <span style=" font-style:italic;">5.3e-21</span>).<br/>Decimal notation is used for values whose magnitude allows a readable decimal representation.</p><p>When disabled, real numbers are always displayed using decimal notation, even if this results in very long fractional parts.</p></body></html></string> |
583 | 593 | </property> |
584 | 594 | <property name="text"> |
585 | | - <string>Number of memorized table populating configurations</string> |
586 | | - </property> |
587 | | - </widget> |
588 | | - </item> |
589 | | - <item row="2" column="2"> |
590 | | - <widget class="QSpinBox" name="memPopulConfigsCheck"> |
591 | | - <property name="toolTip"> |
592 | | - <string><p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p></string> |
593 | | - </property> |
594 | | - <property name="maximum"> |
595 | | - <number>999999</number> |
| 595 | + <string>Use scientific notation for very small real numbers in the grid view</string> |
596 | 596 | </property> |
597 | 597 | <property name="cfg" stdset="0"> |
598 | | - <string notr="true">General.PopulateHistorySize</string> |
| 598 | + <string notr="true">General.UseSciFormatForDoubles</string> |
599 | 599 | </property> |
600 | 600 | </widget> |
601 | 601 | </item> |
|
612 | 612 | </property> |
613 | 613 | </widget> |
614 | 614 | </item> |
615 | | - <item row="4" column="0" colspan="3"> |
616 | | - <widget class="QCheckBox" name="keepNullWhenEmptyCheck"> |
617 | | - <property name="toolTip"> |
618 | | - <string><p>When editing a cell which used to have NULL value and entering empty string as new value, then this option determinates whether the new value should remain NULL (have this option enabled), or should it be overwritten with empty string value (have this option disabled).</p></string> |
619 | | - </property> |
620 | | - <property name="text"> |
621 | | - <string>Keep NULL value when entering empty value</string> |
622 | | - </property> |
623 | | - <property name="cfg" stdset="0"> |
624 | | - <string notr="true">General.KeepNullWhenEmptyValue</string> |
625 | | - </property> |
626 | | - </widget> |
627 | | - </item> |
628 | | - <item row="8" column="0"> |
629 | | - <widget class="QCheckBox" name="editCellAfterAdvancingCheck"> |
| 615 | + <item row="3" column="0" colspan="3"> |
| 616 | + <widget class="QCheckBox" name="tolltipInDataViewCheck"> |
630 | 617 | <property name="toolTip"> |
631 | | - <string><html><head/><body><p>Automatically starts editing the cell in the next row after moving to it with Enter.</p></body></html></string> |
| 618 | + <string><p>When this is enabled and user holds mouse pointer over a cell in any data view (query results, a table data, a view data) a tooltip will appear with details about the cell - it includes details like column data type, constraints, ROWID and others.</p></string> |
632 | 619 | </property> |
633 | 620 | <property name="text"> |
634 | | - <string>Start editing after moving to the next row</string> |
| 621 | + <string>Show column and row details tooltip in data view</string> |
635 | 622 | </property> |
636 | 623 | <property name="cfg" stdset="0"> |
637 | | - <string notr="true">General.DataEditAutoAdvanceEdit</string> |
| 624 | + <string notr="true">General.ShowDataViewTooltips</string> |
638 | 625 | </property> |
639 | 626 | </widget> |
640 | 627 | </item> |
|
0 commit comments