From 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Jun 2016 18:42:42 -0400 Subject: Imported Upstream version 3.1.0 --- .../guiSQLiteStudio/dialogs/configdialog.ui | 663 +++++++++++++-------- 1 file changed, 410 insertions(+), 253 deletions(-) (limited to 'SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui') diff --git a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui index 1c5515d..c69ad20 100644 --- a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui +++ b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui @@ -14,16 +14,6 @@ Configuration - - - - Qt::Horizontal - - - QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - @@ -173,23 +163,15 @@ - Plugins + Database list - pluginsPage + databaseListPage - :/icons/img/plugin.png:/icons/img/plugin.png + :/icons/img/database_online.png:/icons/img/database_online.png - - - Code formatters - - - formatterPluginsPage - - @@ -215,6 +197,26 @@ + + + Plugins + + + pluginsPage + + + + :/icons/img/plugin.png:/icons/img/plugin.png + + + + Code formatters + + + formatterPluginsPage + + + @@ -227,68 +229,116 @@ - 0 + 5 - - + + - + - Data browsing and editing + Database list - - - + + + + + If switched off, then columns will be sorted in the order they are typed in CREATE TABLE statement. + - Number of data rows per page: + Sort table columns alphabetically + + + General.SortColumns - - - - - 150 - 16777215 - - - - 1 - - - 99999 + + + + Expand tables node when connected to a database - General.NumberOfRowsPerPage + General.ExpandTables - - + + - <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> + <p>Additional labels are those displayed next to the names on the databases list (they are blue, unless configured otherwise). Enabling this option will result in labels for databases, invalid databases and aggregated nodes (column group, index group, trigger group). For more labels see options below.<p> + + + Display additional labels on the list + + + true + + + false + + + General.ShowDbTreeLabels + + + + + For regular tables labels will show number of columns, indexes and triggers for each of tables. + + + Display labels for regular tables + + + General.ShowRegularTableLabels + + + + + + + Virtual tables will be marked with a 'virtual' label. + + + Display labels for virtual tables + + + General.ShowVirtualTableLabels + + + + + + + + - Limit initial data column width to (in pixels): + Expand views node when connected to a database + + + General.ExpandViews - - + + - <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> + If this option is switched off, then objects will be sorted in order they appear in sqlite_master table (which is in order they were created) - - 10 + + Sort objects (tables, indexes, triggers and views) alphabetically - - 99999 + + General.SortObjects - - 600 + + + + + + Display system tables and indexes on the list - General.MaxInitialColumnWith + General.ShowSystemObjects @@ -296,50 +346,34 @@ - + - Inserting new row in data grid + Database dialog window - + - - - Before currently selected row - - - true - - - 0 - - - General.InsertRowPlacement + + + <p>When adding new database it is marked to be "permanent" (stored in configuration) by default. Checking this option makes every new database to NOT be "permanent" by default.</p> - - - - - After currently selected row - - - 1 + Do not mark database to be "permanent" by default - General.InsertRowPlacement + General.NewDbNotPermanentByDefault - - - At the end of data view + + + <p>When this option is enabled, then files dropped from file manager onto database list will be automatically added to the list, bypassing standard database dialog. If for various reasons automatic process fails, then standard dialog will be presented to the user.</p> - - 2 + + Try to bypass dialog completly when dropping database file onto the list - General.InsertRowPlacement + General.BypassDbDialogWhenDropped @@ -347,7 +381,7 @@ - + Qt::Vertical @@ -361,6 +395,240 @@ + + + + + + true + + + + + 0 + 0 + 564 + 504 + + + + + + + Data browsing and editing + + + + + + Number of data rows per page: + + + + + + + + 150 + 16777215 + + + + 1 + + + 99999 + + + General.NumberOfRowsPerPage + + + + + + + <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> + + + Limit initial data column width to (in pixels): + + + + + + + <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> + + + 10 + + + 99999 + + + 600 + + + General.MaxInitialColumnWith + + + + + + + <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> + + + Show column and row details tooltip in data view + + + General.ShowDataViewTooltips + + + + + + + + + + Inserting new row in data grid + + + + + + Before currently selected row + + + true + + + 0 + + + General.InsertRowPlacement + + + + + + + After currently selected row + + + 1 + + + General.InsertRowPlacement + + + + + + + At the end of data view + + + 2 + + + General.InsertRowPlacement + + + + + + + + + + Table windows + + + + + + <p>When enabled, Table Windows will show up with the data tab, instead of the structure tab.</p> + + + Open Table Windows with the data tab for start + + + General.OpenTablesOnData + + + + + + + <p>When enabled the "Data" tab will be placed as first tab in every Table Window, instead of being at second place.</p> + + + Place data tab as first tab in a Table Window + + + General.DataTabAsFirstInTables + + + + + + + + + + View windows + + + + + + <p>When enabled, View Windows will show up with the data tab, instead of the structure tab.</p> + + + Open View Windows with the data tab for start + + + General.OpenViewsOnData + + + + + + + <p>When enabled the "Data" tab will be placed as first tab in every View Window, instead of being at second place.</p> + + + Place data tab as first tab in a View Window + + + General.DataTabAsFirstInViews + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + @@ -597,6 +865,28 @@ + + + + Status Field + + + + + + <p>When user manually closes the Status panel, this option makes sure that if any new message is printed in the Status panel it will be reopened. If it's disabled, then Status panel can only be open manually by the user from the "View" menu.</p> + + + Always open Status panel when new message is printed + + + General.AutoOpenStatusField + + + + + + @@ -711,8 +1001,8 @@ 0 0 - 456 - 608 + 596 + 487 @@ -757,163 +1047,7 @@ true - General.CompactLayout - - - - - - - - - - Database list - - - - - - If switched off, then columns will be sorted in the order they are typed in CREATE TABLE statement. - - - Sort table columns alphabetically - - - General.SortColumns - - - - - - - Expand tables node when connected to a database - - - General.ExpandTables - - - - - - - <p>Additional labels are those displayed next to the names on the databases list (they are blue, unless configured otherwise). Enabling this option will result in labels for databases, invalid databases and aggregated nodes (column group, index group, trigger group). For more labels see options below.<p> - - - Display additional labels on the list - - - true - - - false - - - General.ShowDbTreeLabels - - - - - - For regular tables labels will show number of columns, indexes and triggers for each of tables. - - - Display labels for regular tables - - - General.ShowRegularTableLabels - - - - - - - Virtual tables will be marked with a 'virtual' label. - - - Display labels for virtual tables - - - General.ShowVirtualTableLabels - - - - - - - - - - Expand views node when connected to a database - - - General.ExpandViews - - - - - - - If this option is switched off, then objects will be sorted in order they appear in sqlite_master table (which is in order they were created) - - - Sort objects (tables, indexes, triggers and views) alphabetically - - - General.SortObjects - - - - - - - Display system tables and indexes on the list - - - General.ShowSystemObjects - - - - - - - - - - Table windows - - - - - - When enabled, Table Windows will show up with the data tab, instead of the structure tab. - - - Open Table Windows with the data tab for start - - - General.OpenTablesOnData - - - - - - - - - - View windows - - - - - - When enabled, View Windows will show up with the data tab, instead of the structure tab. - - - Open View Windows with the data tab for start - - - General.OpenViewsOnData + General.CompactLayout @@ -966,6 +1100,19 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + @@ -1275,7 +1422,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'.Helvetica Neue DeskInterface'; font-size:13pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans Serif'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Abcdefgh</span></p></body></html> @@ -1366,8 +1513,8 @@ p, li { white-space: pre-wrap; } 0 0 - 249 - 322 + 290 + 323 @@ -1488,8 +1635,8 @@ p, li { white-space: pre-wrap; } 0 0 - 329 - 813 + 352 + 806 @@ -2012,6 +2159,16 @@ p, li { white-space: pre-wrap; } + + + + Qt::Horizontal + + + QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + -- cgit v1.2.3