ConfigDialog 0 0 770 539 Configuration Qt::PreventContextMenu 0 0 0 0 Qt::Horizontal 1 0 0 0 0 0 Search 0 0 150 0 QAbstractItemView::ScrollPerPixel false 1 General generalPage :/icons/img/config_general.png:/icons/img/config_general.png Keyboard shortcuts shortcutsPage :/icons/img/keyboard.png:/icons/img/keyboard.png Look & feel lookAndFeelPage :/icons/img/config_look_and_feel.png:/icons/img/config_look_and_feel.png Style stylePage :/icons/img/config_style.png:/icons/img/config_style.png Fonts fontsPage :/icons/img/config_font.png:/icons/img/config_font.png Database list databaseListPage :/icons/img/database_online.png:/icons/img/database_online.png Data browsing dataBrowsingPage :/icons/img/table.png:/icons/img/table.png Data editors dataEditorsPage :/icons/img/config_data_editors.png:/icons/img/config_data_editors.png Plugins pluginsPage :/icons/img/plugin.png:/icons/img/plugin.png Code formatters formatterPluginsPage 5 0 1 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 Database dialog window <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> Do not mark database to be "permanent" by default General.NewDbNotPermanentByDefault <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> Try to bypass dialog completly when dropping database file onto the list General.BypassDbDialogWhenDropped Qt::Vertical 20 40 true 0 0 564 540 Data browsing and editing 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> 10 99999 600 General.MaxInitialColumnWith Number of data rows per page: <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): <html><head/><body><p>Enable this to always enforce DEFAULT value when committing a NULL value for a column that has DEFAULT value defined, even though the column is allowed to contain NULL values.</p><p>Disable this option to use DEFAULT value exclusively when NULL value is committed for column with NOT NULL constraint.</p></body></html> Use DEFAULT value (if defined), when committing NULL value General.UseDefaultValueForNull <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> 999999 General.PopulateHistorySize <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> Number of memorized table populating configurations <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 <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> Keep NULL value when entering empty value General.KeepNullWhenEmptyValue <html><head/><body><p>If query results contain dozens (or hundreds) of columns, it is more likely that it will exhaust free memory of your computer by loading several gigabytes of data at once. SQLiteStudio may try to limit number of results displayed on one page in such cases to protect your computer. If you know that you don't work with big values in database, you can disable this limit and you will always see as many rows as defined per page.</p></body></html> Limit number of rows for in case of dozens of columns General.LimitRowsForManyColumns 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 Qt::Horizontal 1 0 Data types General.DataEditorsOrder 3 0 0 0 0 0 Available editors: true Editors selected for this data type: true 0 0 0 0 Schema editing 150 16777215 Number of DDL changes kept in history. 9999999 General.DdlHistorySize DDL history size: Don't show DDL preview dialog when committing schema changes General.DontShowDdlPreview SQL queries 150 16777215 Number of queries kept in the history. 999999 General.SqlHistorySize Number of queries kept in the history. History size: <p>Maximum number of query parameters (:param, @param, $param, ?) stored in history. When you re-use parameter with the same name/position, SQLiteStudio will pre-initialize it with most recent memorized value (you will still be able to change it). Value of 1000 should be sufficient.</p> 999999 General.BindParamsCacheSize <p>If there is more than one query in the SQL editor window, then (if this option is enabled) only a single query will be executed - the one under the keyboard insertion cursor. Otherwise all queries will be executed. You can always limit queries to be executed by selecting those queries before calling to execute.</p> Execute only the query under the cursor General.ExecuteCurrentQueryOnly <p>Maximum number of query parameters (:param, @param, $param, ?) stored in history. When you re-use parameter with the same name/position, SQLiteStudio will pre-initialize it with most recent memorized value (you will still be able to change it). Value of 1000 should be sufficient.</p> Number of memorized query parameters Updates Automatically check for updates at startup General.CheckUpdatesOnStartup Session Restore last session (active MDI windows) after startup General.RestoreSession Allow multiple instances of the application at the same time General.AllowMultipleSessions 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 Qt::Vertical 20 40 0 0 0 0 Filter shortcuts by name or key combination Qt::NoFocus QAbstractItemView::NoEditTriggers false QAbstractItemView::NoSelection 0 false true false 16 150 false Action Key combination 0 0 0 0 true 0 0 339 264 Language Changing language requires application restart to take effect. General.Language Compact layout <p>Compact layout reduces all margins and spacing on the UI to minimum, making space for displaying more data. It makes the interface a little bit less aesthetic, but allows to display more data at once.</p> Use compact layout true General.CompactLayout Main window dock areas Left and right areas occupy corners :/icons/img/dock_layout_vertical.png:/icons/img/dock_layout_vertical.png true General.DockLayout vertical Top and bottom areas occupy corners :/icons/img/dock_layout_horizontal.png:/icons/img/dock_layout_horizontal.png General.DockLayout horizontal Qt::Vertical 20 40 0 0 Qt::NoFocus QAbstractItemView::NoEditTriggers false QAbstractItemView::NoSelection QAbstractItemView::ScrollPerPixel 0 false false 2 false false 1 2 0 0 0 0 Qt::Horizontal 40 20 Hide built-in plugins 0 0 0 0 Current style: General.Style Preview 0 Enabled 0 0 0 0 24 CheckBox 50 Qt::Vertical Qt::Vertical PushButton 0 0 Qt::AlignCenter Column 123 11111 22222 33333 456 44444 55555 66666 ... RadioButton ABC ABC XYZ <!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:'MS Shell Dlg 2'; font-size:8.25pt; 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-size:8pt;">Abcdefgh</span></p></body></html> Disabled 0 0 0 0 true QAbstractItemView::ScrollPerPixel false false false Language Active formatter plugin Configuration QFrame::NoFrame 0 true 0 0 206 298 SQL editor font Fonts.SqlEditor Database list font Fonts.DbTree Database list additional label font Fonts.DbTreeLabel Data view font Fonts.DataView Status field font Fonts.StatusField Qt::Vertical 20 40 Qt::Horizontal QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok 0 0 100 30 FontEdit QWidget
common/fontedit.h
1
ConfigRadioButton QRadioButton
common/configradiobutton.h
categoriesFilter categoriesTree pluginsList buttonBox expandViewsCheck sortObjects sortColumns ddlHistorySizeSpin dontShowDdlPreview queryHistorySizeSpin execQueryUnderCursorCheck expandTablesCheck activeStyleCombo previewTabs previewCheckBox previewVerticalSlider previewPushButton previewSpinBox previewTreeWidget previewToolButton previewLineEdit previewRadioButton previewComboBox previewTextEdit fontsScrollArea buttonBox accepted() ConfigDialog accept() 248 254 157 274 buttonBox rejected() ConfigDialog reject() 316 260 286 274