MainWindow
0
0
1037
630
DB Browser for SQLite
:/icons/appicon:/icons/appicon
3
3
3
3
3
-
0
true
true
true
Database Structure
Database Structure
3
3
3
3
3
-
toolBar1
Qt::ToolButtonTextBesideIcon
-
Qt::CustomContextMenu
This is the structure of the opened database.
You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
true
QAbstractItemView::DragDrop
true
QAbstractItemView::ScrollPerPixel
true
Browse Data
Browse Data
3
3
3
3
3
-
Edit Pragmas
Edit Pragmas
3
3
3
3
3
-
true
0
0
596
526
QFormLayout::ExpandingFieldsGrow
-
<html><head/><body><p>Auto Vacuum <a href="http://www.sqlite.org/pragma.html#pragma_auto_vacuum"><img src=":/icons/whatis"/></a></p></body></html>
true
Qt::LinksAccessibleByMouse
comboboxPragmaAutoVacuum
-
-
None
-
Full
-
Incremental
-
<html><head/><body><p>Automatic Index <a href="http://www.sqlite.org/pragma.html#pragma_automatic_index"><img src=":/icons/whatis"/></a></p></body></html>
true
checkboxPragmaAutomaticIndex
-
-
<html><head/><body><p>Case Sensitive Like <a href="https://www.sqlite.org/pragma.html#pragma_case_sensitive_like"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaCaseSensitiveLike
-
Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.
-
<html><head/><body><p>Checkpoint Full FSYNC <a href="https://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaCheckpointFullFsync
-
-
<html><head/><body><p>Foreign Keys <a href="https://www.sqlite.org/pragma.html#pragma_foreign_keys"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaForeignKeys
-
-
<html><head/><body><p>Full FSYNC <a href="https://www.sqlite.org/pragma.html#pragma_fullfsync"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaFullFsync
-
-
<html><head/><body><p>Ignore Check Constraints <a href="https://www.sqlite.org/pragma.html#pragma_ignore_check_constraints"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaIgnoreCheckConstraints
-
-
<html><head/><body><p>Journal Mode <a href="https://www.sqlite.org/pragma.html#pragma_journal_mode"><img src=":/icons/whatis"/></a></a></p></body></html>
true
comboboxPragmaJournalMode
-
-
Delete
-
Truncate
-
Persist
-
Memory
-
WAL
-
Off
-
<html><head/><body><p>Journal Size Limit <a href="https://www.sqlite.org/pragma.html#pragma_journal_size_limit"><img src=":/icons/whatis"/></a></a></p></body></html>
true
spinPragmaJournalSizeLimit
-
-1
100000
-
<html><head/><body><p>Locking Mode <a href="https://www.sqlite.org/pragma.html#pragma_locking_mode"><img src=":/icons/whatis"/></a></a></p></body></html>
true
comboboxPragmaLockingMode
-
-
Normal
-
Exclusive
-
<html><head/><body><p>Max Page Count <a href="https://www.sqlite.org/pragma.html#pragma_max_page_count"><img src=":/icons/whatis"/></a></a></p></body></html>
true
spinPragmaMaxPageCount
-
2000000000
-
<html><head/><body><p>Page Size <a href="https://www.sqlite.org/pragma.html#pragma_page_size"><img src=":/icons/whatis"/></a></a></p></body></html>
true
comboPragmaPageSize
-
-
512
-
1024
-
2048
-
4096
-
8192
-
16384
-
32768
-
65536
-
<html><head/><body><p>Recursive Triggers <a href="https://www.sqlite.org/pragma.html#pragma_recursive_triggers"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaRecursiveTriggers
-
-
<html><head/><body><p>Secure Delete <a href="https://www.sqlite.org/pragma.html#pragma_secure_delete"><img src=":/icons/whatis"/></a></a></p></body></html>
true
checkboxPragmaSecureDelete
-
-
<html><head/><body><p>Synchronous <a href="https://www.sqlite.org/pragma.html#pragma_synchronous"><img src=":/icons/whatis"/></a></a></p></body></html>
true
comboboxPragmaSynchronous
-
-
Off
-
Normal
-
Full
-
<html><head/><body><p>Temp Store <a href="https://www.sqlite.org/pragma.html#pragma_temp_store"><img src=":/icons/whatis"/></a></a></p></body></html>
true
comboboxPragmaTempStore
-
-
Default
-
File
-
Memory
-
<html><head/><body><p>User Version <a href="https://www.sqlite.org/pragma.html#pragma_user_version"><img src=":/icons/whatis"/></a></a></p></body></html>
true
spinPragmaUserVersion
-
2147483647
-
<html><head/><body><p>WAL Auto Checkpoint <a href="https://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint"><img src=":/icons/whatis"/></a></a></p></body></html>
true
spinPragmaWalAutoCheckpoint
-
10000
-
QDialogButtonBox::Cancel|QDialogButtonBox::Save
false
Execute SQL
Execute SQL
3
3
3
3
3
-
toolBar1
-
-1
true
true
Qt::CustomContextMenu
DB Toolbar
Qt::ToolButtonTextBesideIcon
TopToolBarArea
false
Edit Database &Cell
2
QDockWidget::AllDockWidgetFeatures
SQL &Log
2
-
-
0
30
Show S&QL submitted by
comboLogSubmittedBy
-
0
30
-
User
-
Application
-
Error Log
-
Qt::Horizontal
20
20
-
0
30
This button clears the contents of the SQL logs
&Clear
-
This panel lets you examine a log of all SQL commands issued by the application or by yourself
0
Monospace
8
true
Monospace
8
true
Monospace
8
true
QDockWidget::AllDockWidgetFeatures
&Plot
2
DB Sche&ma
2
-
Qt::CustomContextMenu
This is the structure of the opened database.
You can drag multiple object names from the Name column and drop them into the SQL editor and you can adjust the properties of the dropped names using the context menu. This would help you in composing SQL statements.
You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
true
QAbstractItemView::DragDrop
true
QAbstractItemView::ExtendedSelection
QAbstractItemView::SelectItems
QAbstractItemView::ScrollPerPixel
true
&Remote
2
Project Toolbar
Qt::ToolButtonTextBesideIcon
TopToolBarArea
false
true
Extra DB toolbar
Close the current database file
Qt::ToolButtonTextBesideIcon
TopToolBarArea
false
:/icons/db_new:/icons/db_new
&New Database...
Create a new database file
Create a new database file
This option is used to create a new database file.
Ctrl+N
QAction::NoRole
:/icons/db_open:/icons/db_open
&Open Database...
Open an existing database file
Open an existing database file
This option is used to open an existing database file.
Ctrl+O
QAction::NoRole
false
:/icons/close:/icons/close
&Close Database
Close the current database file
Close the current database file
This button closes the connection to the currently open database file
Ctrl+F4
QAction::NoRole
false
:/icons/db_revert:/icons/db_revert
&Revert Changes
Revert database to last saved state
Revert database to last saved state
This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost.
QAction::NoRole
false
:/icons/db_save:/icons/db_save
&Write Changes
Write changes to the database file
Write changes to the database file
This option is used to save changes to the database file.
Ctrl+S
QAction::NoRole
false
Compact &Database...
Compact the database file, removing space wasted by deleted records
Compact the database file, removing space wasted by deleted records.
Compact the database file, removing space wasted by deleted records.
QAction::NoRole
E&xit
Ctrl+Q
QAction::QuitRole
&Database from SQL file...
Import data from an .sql dump text file into a new or existing database.
This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL.
QAction::NoRole
&Table from CSV file...
Open a wizard that lets you import data from a comma separated text file into a database table.
Open a wizard that lets you import data from a comma separated text file into a database table. CSV files can be created on most database and spreadsheet applications.
QAction::NoRole
&Database to SQL file...
Export a database to a .sql dump text file.
This option lets you export a database to a .sql dump text file. SQL dump files contain all data necessary to recreate the database on most database engines, including MySQL and PostgreSQL.
QAction::NoRole
&Table(s) as CSV file...
Export a database table as a comma separated text file.
Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications.
QAction::NoRole
false
:/icons/table_create:/icons/table_create
&Create Table...
Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database
QAction::NoRole
false
:/icons/table_delete:/icons/table_delete
&Delete Table...
Delete Table
Open the Delete Table wizard, where you can select a database table to be dropped.
QAction::NoRole
false
:/icons/table_modify:/icons/table_modify
&Modify Table...
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.
QAction::NoRole
false
:/icons/index_create:/icons/index_create
Create &Index...
Open the Create Index wizard, where it is possible to define a new index on an existing database table.
QAction::NoRole
:/icons/settings:/icons/settings
&Preferences...
Open the preferences window.
Open the preferences window.
QAction::PreferencesRole
true
:/icons/toolbar:/icons/toolbar
&DB Toolbar
Shows or hides the Database toolbar.
QAction::NoRole
:/icons/whatis:/icons/whatis
W&hat's This?
Shift+F1
QAction::NoRole
&About
QAction::AboutRole
&Recently opened
:/icons/open_tab:/icons/open_tab
Open &tab
This button opens a new tab for the SQL editor
Ctrl+T
:/icons/run:/icons/run
&Execute SQL
Execute all/selected SQL
This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.
Ctrl+Return
:/icons/document_open:/icons/document_open
Open SQL file
This button opens a file containing SQL statements and loads it in a new editor tab
:/icons/save_sql:/icons/save_sql
Save SQL file
false
:/icons/load_extension:/icons/load_extension
&Load Extension...
QAction::NoRole
:/icons/run_line:/icons/run_line
Execute current line
Execute line
Execute current line
This button executes the SQL statement present in the current editor line
Shift+F5
false
Export as CSV file
Export table as comma separated values file
:/icons/browser_open:/icons/browser_open
&Wiki
F1
QAction::NoRole
:/icons/browser_open:/icons/browser_open
Bug &Report...
QAction::NoRole
:/icons/browser_open:/icons/browser_open
Feature Re&quest...
QAction::NoRole
:/icons/browser_open:/icons/browser_open
Web&site
QAction::NoRole
:/icons/browser_open:/icons/browser_open
&Donate on Patreon...
QAction::NoRole
:/icons/project_save:/icons/project_save
Sa&ve Project
Save the current session to a file
Save the current session to a file
This button lets you save all the settings associated to the open DB to a DB4S project file
QAction::NoRole
:/icons/project_open:/icons/project_open
Open &Project...
Load a working session from a file
Load a working session from a file
This button lets you open a DB4S project file
QAction::NoRole
false
:/icons/db_attach:/icons/db_attach
&Attach Database...
Add another database file to the current database connection
Add another database file to the current database connection
This button lets you add another database file to the current database connection
QAction::NoRole
:/icons/encryption:/icons/encryption
&Set Encryption...
QAction::NoRole
:/icons/save_sql:/icons/save_sql
Save SQL file as
Save SQL file as
:/icons/save_sql:/icons/save_sql
Save SQL file
Save SQL file
This button saves the content of the current SQL editor tab to a file
:/icons/table:/icons/table
&Browse Table
:/icons/copy:/icons/copy
Copy Create statement
Copy the CREATE statement of the item to the clipboard
:/icons/browser_open:/icons/browser_open
SQLCipher &FAQ
Opens the SQLCipher FAQ in a browser window
Table(&s) to JSON...
Export one or more table(s) to a JSON file
QAction::NoRole
:/icons/db_open:/icons/db_open
Open Data&base Read Only...
Open an existing database file in read only mode
Open an existing database file
This option is used to open an existing database file.
Ctrl+Shift+O
QAction::NoRole
:/icons/save_table:/icons/save_table
Save results
Save the results view
This button lets you save the results of the last executed query
true
:/icons/find:/icons/find
Find text in SQL editor
Find
Find text in SQL editor
This button opens the search bar of the editor
Ctrl+F
Qt::WidgetShortcut
false
:/icons/text_replace:/icons/text_replace
Find or replace text in SQL editor
Find or replace
Find or replace text in SQL editor
This button opens the find/replace dialog for the current editor tab
Ctrl+H
Qt::WidgetShortcut
Export to &CSV
Save as &view
Save as view
true
false
:/icons/toolbar:/icons/toolbar
Project Toolbar
Shows or hides the Project toolbar.
QAction::NoRole
true
:/icons/toolbar:/icons/toolbar
Extra DB Toolbar
:/icons/db_open:/icons/db_open
&Open Database...
Open an existing database file
Open an existing database file
This option is used to open an existing database file.
QAction::TextHeuristicRole
New In-&Memory Database
true
Drag && Drop Qualified Names
Use qualified names (e.g. "Table"."Field") when dragging the objects and dropping them into the editor
Use qualified names (e.g. "Table"."Field") when dragging the objects and dropping them into the editor
true
Drag && Drop Enquoted Names
Use escaped identifiers (e.g. "Table1") when dragging the objects and dropping them into the editor
Use escaped identifiers (e.g. "Table1") when dragging the objects and dropping them into the editor
&Integrity Check
Runs the integrity_check pragma over the opened database and returns the results in the Execute SQL tab. This pragma does an integrity check of the entire database.
&Foreign-Key Check
Runs the foreign_key_check pragma over the opened database and returns the results in the Execute SQL tab
&Quick Integrity Check
Run a quick integrity check over the open DB
Runs the quick_check pragma over the opened database and returns the results in the Execute SQL tab. This command does most of the checking of PRAGMA integrity_check but runs much faster.
&Optimize
Attempt to optimize the database
Runs the optimize pragma over the opened database. This pragma might perform optimizations that will improve the performance of future queries.
:/icons/print:/icons/print
Print
Print text from current SQL editor tab
Open a dialog for printing the text in the current SQL editor tab
Ctrl+P
Qt::WidgetShortcut
false
:/icons/print:/icons/print
Print
Print the structure of the opened database
Open a dialog for printing the structure of the opened database
Ctrl+P
Qt::WidgetShortcut
:/icons/comment_block:/icons/comment_block
Un/comment block of SQL code
Un/comment block
Comment or uncomment current line or selected block of code
Comment or uncomment the selected lines or the current line, when there is no selection. All the block is toggled according to the first line.
Ctrl+/
Qt::WidgetShortcut
:/icons/cancel:/icons/cancel
Stop SQL execution
Stop execution
Stop the currently running SQL script
:/icons/project_save_as:/icons/project_save_as
&Save Project As...
Save the project in a file selected in a dialog
Save the project in a file selected in a dialog
Save the project in a file selected in a dialog
:/icons/save_all:/icons/save_all
Save A&ll
Save DB file, project file and opened SQL files
Save DB file, project file and opened SQL files
Save DB file, project file and opened SQL files
Ctrl+Shift+S
:/icons/table:/icons/table
Browse Table
SqlTextEdit
QTextEdit
1
ExtendedScintilla
QTextEdit
1
TableBrowser
QWidget
1
mainTab
dbTreeWidget
comboLogSubmittedBy
buttonLogClear
treeSchemaDock
scrollareaPragmas
comboboxPragmaAutoVacuum
checkboxPragmaAutomaticIndex
checkboxPragmaCaseSensitiveLike
checkboxPragmaCheckpointFullFsync
checkboxPragmaForeignKeys
checkboxPragmaFullFsync
checkboxPragmaIgnoreCheckConstraints
comboboxPragmaJournalMode
spinPragmaJournalSizeLimit
comboboxPragmaLockingMode
spinPragmaMaxPageCount
comboPragmaPageSize
checkboxPragmaSecureDelete
checkboxPragmaRecursiveTriggers
comboboxPragmaSynchronous
comboboxPragmaTempStore
spinPragmaUserVersion
spinPragmaWalAutoCheckpoint
tabSqlAreas
fileExitAction
triggered()
MainWindow
close()
-1
-1
399
299
fileOpenAction
triggered()
MainWindow
fileOpen()
-1
-1
399
299
fileNewAction
triggered()
MainWindow
fileNew()
-1
-1
399
299
fileCloseAction
triggered()
MainWindow
fileClose()
-1
-1
399
299
fileCompactAction
triggered()
MainWindow
compact()
-1
-1
399
299
helpWhatsThisAction
triggered()
MainWindow
helpWhatsThis()
-1
-1
399
299
helpAboutAction
triggered()
MainWindow
helpAbout()
-1
-1
399
299
mainTab
currentChanged(int)
MainWindow
mainTabSelected(int)
399
315
399
299
fileImportCSVAction
triggered()
MainWindow
importTableFromCSV()
-1
-1
399
299
fileExportCSVAction
triggered()
MainWindow
exportTableToCSV()
-1
-1
399
299
fileRevertAction
triggered()
MainWindow
fileRevert()
-1
-1
399
299
fileSaveAction
triggered()
MainWindow
fileSave()
-1
-1
399
299
editCreateIndexAction
triggered()
MainWindow
createIndex()
-1
-1
399
299
editDeleteObjectAction
triggered()
MainWindow
deleteObject()
-1
-1
399
299
editModifyObjectAction
triggered()
MainWindow
editObject()
-1
-1
399
299
fileExportSQLAction
triggered()
MainWindow
exportDatabaseToSQL()
-1
-1
399
299
fileImportSQLAction
triggered()
MainWindow
importDatabaseFromSQL()
-1
-1
399
299
viewPreferencesAction
triggered()
MainWindow
openPreferences()
-1
-1
399
299
dbTreeWidget
customContextMenuRequested(QPoint)
MainWindow
createTreeContextMenu(QPoint)
111
261
399
299
treeSchemaDock
customContextMenuRequested(QPoint)
MainWindow
createSchemaDockContextMenu(QPoint)
111
261
399
299
viewDBToolbarAction
toggled(bool)
toolbarDB
setVisible(bool)
-1
-1
399
34
actionSqlFind
toggled(bool)
MainWindow
setFindFrameVisibility(bool)
-1
-1
399
34
actionSqlFindReplace
triggered()
MainWindow
openFindReplaceDialog()
-1
-1
399
34
editCreateTableAction
triggered()
MainWindow
createTable()
-1
-1
399
299
buttonBoxPragmas
rejected()
MainWindow
loadPragmas()
111
540
-1
470
buttonBoxPragmas
accepted()
MainWindow
savePragmas()
111
540
802
522
buttonLogClear
clicked()
editLogApplication
clear()
989
126
632
173
buttonLogClear
clicked()
editLogUser
clear()
989
126
1028
230
buttonLogClear
clicked()
editLogErrorLog
clear()
989
126
632
173
comboLogSubmittedBy
currentIndexChanged(int)
stackLog
setCurrentIndex(int)
772
135
1028
230
tabSqlAreas
tabCloseRequested(int)
MainWindow
closeSqlTab(int)
91
259
-1
51
tabSqlAreas
currentChanged(int)
MainWindow
changeSqlTab(int)
91
259
-1
51
actionExecuteSql
triggered()
MainWindow
executeQuery()
-1
-1
399
299
actionSqlOpenTab
triggered()
MainWindow
openSqlTab()
-1
-1
399
299
actionSqlOpenFile
triggered()
MainWindow
openSqlFile()
-1
-1
399
299
actionSqlSaveFile
triggered()
MainWindow
saveSqlFile()
-1
-1
399
299
actionLoadExtension
triggered()
MainWindow
loadExtension()
-1
-1
399
299
actionSqlExecuteLine
triggered()
MainWindow
executeQuery()
-1
-1
399
299
actionExportCsvPopup
triggered()
MainWindow
exportTableToCSV()
-1
-1
399
299
actionOpenProject
triggered()
MainWindow
loadProject()
-1
-1
399
299
actionSaveProject
triggered()
MainWindow
saveProject()
-1
-1
399
299
fileAttachAction
triggered()
MainWindow
fileAttach()
-1
-1
499
314
actionEncryption
triggered()
MainWindow
editEncryption()
-1
-1
499
314
actionSqlSaveFilePopup
triggered()
MainWindow
saveSqlFile()
-1
-1
499
314
actionSqlSaveFileAs
triggered()
MainWindow
saveSqlFileAs()
-1
-1
499
314
actionEditBrowseTable
triggered()
MainWindow
switchToBrowseDataTab()
-1
-1
499
314
actionEditCopyCreateStatement
triggered()
MainWindow
copyCurrentCreateStatement()
-1
-1
499
314
fileExportJsonAction
triggered()
MainWindow
exportTableToJson()
-1
-1
518
314
fileOpenReadOnlyAction
triggered()
MainWindow
fileOpenReadOnly()
-1
-1
518
314
actionSqlResultsExportCsv
triggered()
MainWindow
saveSqlResultsAsCsv()
-1
-1
518
314
actionSqlResultsSaveAsView
triggered()
MainWindow
saveSqlResultsAsView()
-1
-1
518
314
tabSqlAreas
tabBarDoubleClicked(int)
MainWindow
renameSqlTab(int)
330
372
518
314
viewProjectToolbarAction
toggled(bool)
toolbarProject
setVisible(bool)
-1
-1
887
44
viewExtraDBToolbarAction
toggled(bool)
toolbarExtraDB
setVisible(bool)
-1
-1
737
44
MainWindow
toolButtonStyleChanged(Qt::ToolButtonStyle)
toolbarDB
setToolButtonStyle(Qt::ToolButtonStyle)
518
314
296
44
MainWindow
toolButtonStyleChanged(Qt::ToolButtonStyle)
toolbarExtraDB
setToolButtonStyle(Qt::ToolButtonStyle)
518
314
737
44
MainWindow
toolButtonStyleChanged(Qt::ToolButtonStyle)
toolbarProject
setToolButtonStyle(Qt::ToolButtonStyle)
518
314
959
44
fileOpenActionPopup
triggered()
MainWindow
fileOpen()
-1
-1
518
314
fileNewInMemoryDatabaseAction
triggered()
MainWindow
fileNewInMemoryDatabase()
-1
-1
20
20
actionSqlPrint
triggered()
MainWindow
openSqlPrintDialog()
-1
-1
518
314
actionDbPrint
triggered()
MainWindow
printDbStructure()
-1
-1
518
314
actionSqlToggleComment
triggered()
MainWindow
toggleSqlBlockComment()
-1
-1
518
314
labelPragmaAutomaticIndex
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaCaseSensitiveLike
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaCheckpointFullFsync
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaForeignKeys
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaFullFsync
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaIgnoreCheckConstraints
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaJournalMode
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaLockingMode
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaMaxPageCount
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaPageSize
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaRecursiveTriggers
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaSecureDelete
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaSynchronous
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaTempStore
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaUserVersion
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaWalAutoCheckpoint
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaAutoVacuum
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelPragmaAutoVacuum
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
85
133
518
314
labelJournalSizeLimit
linkHovered(QString)
MainWindow
showStatusMessage5s(QString)
99
345
518
314
actionSaveProjectAs
triggered()
MainWindow
saveProjectAs()
-1
-1
518
314
actionSaveAll
triggered()
MainWindow
saveAll()
-1
-1
518
314
tabSqlAreas
customContextMenuRequested(QPoint)
MainWindow
showContextMenuSqlTabBar(QPoint)
-1
-1
20
20
fileOpen()
fileClose()
browseFind(bool)
refresh()
compact()
helpWhatsThis()
mainTabSelected(int)
executeQuery()
importTableFromCSV()
exportTableToCSV()
fileRevert()
fileSave()
deleteIndex()
createIndex()
createTable()
deleteObject()
editObject()
editTablePopup()
addField()
editField()
exportDatabaseToSQL()
importDatabaseFromSQL()
openPreferences()
createTreeContextMenu(QPoint)
changeTreeSelection()
fileNew()
helpAbout()
deleteField()
loadPragmas()
savePragmas()
copy()
closeSqlTab(int)
openSqlTab()
openSqlFile()
saveSqlFile()
loadExtension()
loadProject()
saveProject()
fileAttach()
editEncryption()
saveSqlFileAs()
switchToBrowseDataTab()
copyCurrentCreateStatement()
browseDataFetchAllData()
exportTableToJson()
fileOpenReadOnly()
saveSqlResultsAsCsv()
saveSqlResultsAsView()
changeSqlTab(int)
renameSqlTab(int)
fileNewInMemoryDatabase()
showContextMenuSqlTabBar(QPoint)