|
324 | 324 | <rect> |
325 | 325 | <x>0</x> |
326 | 326 | <y>0</y> |
327 | | - <width>509</width> |
328 | | - <height>458</height> |
| 327 | + <width>514</width> |
| 328 | + <height>579</height> |
329 | 329 | </rect> |
330 | 330 | </property> |
331 | 331 | <layout class="QFormLayout" name="formLayout"> |
|
810 | 810 | <x>0</x> |
811 | 811 | <y>0</y> |
812 | 812 | <width>1037</width> |
813 | | - <height>19</height> |
| 813 | + <height>29</height> |
814 | 814 | </rect> |
815 | 815 | </property> |
816 | 816 | <widget class="QMenu" name="fileMenu"> |
|
908 | 908 | <set>QDockWidget::AllDockWidgetFeatures</set> |
909 | 909 | </property> |
910 | 910 | <property name="windowTitle"> |
911 | | - <string>SQL Log</string> |
| 911 | + <string>SQL &Log</string> |
912 | 912 | </property> |
913 | 913 | <attribute name="dockWidgetArea"> |
914 | 914 | <number>2</number> |
|
920 | 920 | <item> |
921 | 921 | <widget class="QLabel" name="labelLogSubmittedBy"> |
922 | 922 | <property name="text"> |
923 | | - <string>&Show SQL submitted by</string> |
| 923 | + <string>Show S&QL submitted by</string> |
924 | 924 | </property> |
925 | 925 | <property name="buddy"> |
926 | 926 | <cstring>comboLogSubmittedBy</cstring> |
|
1000 | 1000 | <set>QDockWidget::AllDockWidgetFeatures</set> |
1001 | 1001 | </property> |
1002 | 1002 | <property name="windowTitle"> |
1003 | | - <string>Plot</string> |
| 1003 | + <string>&Plot</string> |
1004 | 1004 | </property> |
1005 | 1005 | <attribute name="dockWidgetArea"> |
1006 | 1006 | <number>2</number> |
|
1254 | 1254 | </widget> |
1255 | 1255 | <widget class="QDockWidget" name="dockSchema"> |
1256 | 1256 | <property name="windowTitle"> |
1257 | | - <string>DB Schema</string> |
| 1257 | + <string>DB Sche&ma</string> |
1258 | 1258 | </property> |
1259 | 1259 | <attribute name="dockWidgetArea"> |
1260 | 1260 | <number>2</number> |
|
1339 | 1339 | <normaloff>:/icons/db_revert</normaloff>:/icons/db_revert</iconset> |
1340 | 1340 | </property> |
1341 | 1341 | <property name="text"> |
1342 | | - <string>Revert Changes</string> |
| 1342 | + <string>&Revert Changes</string> |
1343 | 1343 | </property> |
1344 | 1344 | <property name="toolTip"> |
1345 | 1345 | <string>Revert database to last saved state</string> |
|
1357 | 1357 | <normaloff>:/icons/db_save</normaloff>:/icons/db_save</iconset> |
1358 | 1358 | </property> |
1359 | 1359 | <property name="text"> |
1360 | | - <string>Write Changes</string> |
| 1360 | + <string>&Write Changes</string> |
1361 | 1361 | </property> |
1362 | 1362 | <property name="toolTip"> |
1363 | 1363 | <string>Write changes to the database file</string> |
|
1374 | 1374 | <bool>false</bool> |
1375 | 1375 | </property> |
1376 | 1376 | <property name="text"> |
1377 | | - <string>Compact Database</string> |
| 1377 | + <string>Compact &Database</string> |
1378 | 1378 | </property> |
1379 | 1379 | <property name="toolTip"> |
1380 | 1380 | <string>Compact the database file, removing space wasted by deleted records</string> |
|
1399 | 1399 | </action> |
1400 | 1400 | <action name="fileImportSQLAction"> |
1401 | 1401 | <property name="text"> |
1402 | | - <string>Database from SQL file...</string> |
| 1402 | + <string>&Database from SQL file...</string> |
1403 | 1403 | </property> |
1404 | 1404 | <property name="toolTip"> |
1405 | 1405 | <string>Import data from an .sql dump text file into a new or existing database.</string> |
|
1410 | 1410 | </action> |
1411 | 1411 | <action name="fileImportCSVAction"> |
1412 | 1412 | <property name="text"> |
1413 | | - <string>Table from CSV file...</string> |
| 1413 | + <string>&Table from CSV file...</string> |
1414 | 1414 | </property> |
1415 | 1415 | <property name="toolTip"> |
1416 | 1416 | <string>Open a wizard that lets you import data from a comma separated text file into a database table.</string> |
|
1421 | 1421 | </action> |
1422 | 1422 | <action name="fileExportSQLAction"> |
1423 | 1423 | <property name="text"> |
1424 | | - <string>Database to SQL file...</string> |
| 1424 | + <string>&Database to SQL file...</string> |
1425 | 1425 | </property> |
1426 | 1426 | <property name="toolTip"> |
1427 | 1427 | <string>Export a database to a .sql dump text file.</string> |
|
1432 | 1432 | </action> |
1433 | 1433 | <action name="fileExportCSVAction"> |
1434 | 1434 | <property name="text"> |
1435 | | - <string>Table(s) as CSV file...</string> |
| 1435 | + <string>&Table(s) as CSV file...</string> |
1436 | 1436 | </property> |
1437 | 1437 | <property name="toolTip"> |
1438 | 1438 | <string>Export a database table as a comma separated text file.</string> |
|
1450 | 1450 | <normaloff>:/icons/table_create</normaloff>:/icons/table_create</iconset> |
1451 | 1451 | </property> |
1452 | 1452 | <property name="text"> |
1453 | | - <string>Create Table...</string> |
| 1453 | + <string>&Create Table...</string> |
1454 | 1454 | </property> |
1455 | 1455 | <property name="whatsThis"> |
1456 | 1456 | <string>Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database</string> |
|
1465 | 1465 | <normaloff>:/icons/table_delete</normaloff>:/icons/table_delete</iconset> |
1466 | 1466 | </property> |
1467 | 1467 | <property name="text"> |
1468 | | - <string>Delete Table...</string> |
| 1468 | + <string>&Delete Table...</string> |
1469 | 1469 | </property> |
1470 | 1470 | <property name="toolTip"> |
1471 | 1471 | <string>Delete Table</string> |
|
1483 | 1483 | <normaloff>:/icons/table_modify</normaloff>:/icons/table_modify</iconset> |
1484 | 1484 | </property> |
1485 | 1485 | <property name="text"> |
1486 | | - <string>Modify Table...</string> |
| 1486 | + <string>&Modify Table...</string> |
1487 | 1487 | </property> |
1488 | 1488 | <property name="whatsThis"> |
1489 | 1489 | <string>Open the Modify Table wizard, where it is possible to rename an existing table. It is also possible to add or delete fields form a table, as well as modify field names and types.</string> |
|
1498 | 1498 | <normaloff>:/icons/index_create</normaloff>:/icons/index_create</iconset> |
1499 | 1499 | </property> |
1500 | 1500 | <property name="text"> |
1501 | | - <string>Create Index...</string> |
| 1501 | + <string>Create &Index...</string> |
1502 | 1502 | </property> |
1503 | 1503 | <property name="whatsThis"> |
1504 | 1504 | <string>Open the Create Index wizard, where it is possible to define a new index on an existing database table.</string> |
|
1539 | 1539 | <normaloff>:/icons/whatis</normaloff>:/icons/whatis</iconset> |
1540 | 1540 | </property> |
1541 | 1541 | <property name="text"> |
1542 | | - <string>What's This?</string> |
| 1542 | + <string>W&hat's This?</string> |
1543 | 1543 | </property> |
1544 | 1544 | <property name="shortcut"> |
1545 | 1545 | <string>Shift+F1</string> |
|
1612 | 1612 | <normaloff>:/icons/load_extension</normaloff>:/icons/load_extension</iconset> |
1613 | 1613 | </property> |
1614 | 1614 | <property name="text"> |
1615 | | - <string>Load extension</string> |
| 1615 | + <string>&Load extension</string> |
1616 | 1616 | </property> |
1617 | 1617 | </action> |
1618 | 1618 | <action name="actionSqlExecuteLine"> |
|
1674 | 1674 | <normaloff>:/icons/project_save</normaloff>:/icons/project_save</iconset> |
1675 | 1675 | </property> |
1676 | 1676 | <property name="text"> |
1677 | | - <string>Save Project</string> |
| 1677 | + <string>Sa&ve Project</string> |
1678 | 1678 | </property> |
1679 | 1679 | <property name="toolTip"> |
1680 | 1680 | <string>Save the current session to a file</string> |
|
1689 | 1689 | <normaloff>:/icons/project_open</normaloff>:/icons/project_open</iconset> |
1690 | 1690 | </property> |
1691 | 1691 | <property name="text"> |
1692 | | - <string>Open Project</string> |
| 1692 | + <string>Open &Project</string> |
1693 | 1693 | </property> |
1694 | 1694 | <property name="toolTip"> |
1695 | 1695 | <string>Load a working session from a file</string> |
|
1712 | 1712 | <normaloff>:/icons/encryption</normaloff>:/icons/encryption</iconset> |
1713 | 1713 | </property> |
1714 | 1714 | <property name="text"> |
1715 | | - <string>Set Encryption</string> |
| 1715 | + <string>&Set Encryption</string> |
1716 | 1716 | </property> |
1717 | 1717 | </action> |
1718 | 1718 | <action name="actionSqlSaveFileAs"> |
|
1768 | 1768 | <string>Edit the display format of the data in this column</string> |
1769 | 1769 | </property> |
1770 | 1770 | </action> |
| 1771 | + <action name="actionShowRowidColumn"> |
| 1772 | + <property name="checkable"> |
| 1773 | + <bool>true</bool> |
| 1774 | + </property> |
| 1775 | + <property name="text"> |
| 1776 | + <string>Show rowid column</string> |
| 1777 | + </property> |
| 1778 | + <property name="toolTip"> |
| 1779 | + <string>Toggle the visibility of the rowid column</string> |
| 1780 | + </property> |
| 1781 | + </action> |
1771 | 1782 | </widget> |
1772 | 1783 | <customwidgets> |
1773 | 1784 | <customwidget> |
|
2707 | 2718 | </hint> |
2708 | 2719 | </hints> |
2709 | 2720 | </connection> |
| 2721 | + <connection> |
| 2722 | + <sender>actionShowRowidColumn</sender> |
| 2723 | + <signal>triggered(bool)</signal> |
| 2724 | + <receiver>MainWindow</receiver> |
| 2725 | + <slot>showRowidColumn(bool)</slot> |
| 2726 | + <hints> |
| 2727 | + <hint type="sourcelabel"> |
| 2728 | + <x>-1</x> |
| 2729 | + <y>-1</y> |
| 2730 | + </hint> |
| 2731 | + <hint type="destinationlabel"> |
| 2732 | + <x>518</x> |
| 2733 | + <y>314</y> |
| 2734 | + </hint> |
| 2735 | + </hints> |
| 2736 | + </connection> |
2710 | 2737 | </connections> |
2711 | 2738 | <slots> |
2712 | 2739 | <slot>fileOpen()</slot> |
|
2764 | 2791 | <slot>copyCurrentCreateStatement()</slot> |
2765 | 2792 | <slot>jumpToRow(QString,QString,QByteArray)</slot> |
2766 | 2793 | <slot>editDataColumnDisplayFormat()</slot> |
| 2794 | + <slot>showRowidColumn(bool)</slot> |
2767 | 2795 | </slots> |
2768 | 2796 | </ui> |
0 commit comments