diff --git a/README.md b/README.md index f0c4c9f..a052262 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,17 @@ The program reads `config.ini` on startup. The file must be located in the app w ## SQL database drivers -A comprehensive discussion about SQL database drivers can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html). +A comprehensive discussion about SQL database drivers (Qt driver plugins as well as system drivers) can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html). ### Windows 10 -* Both Qt driver plugins should be already bundled with Qt SDK. +* Both Qt SQL driver plugins should be already bundled with Qt SDK. * System ODBC driver should be already bundled with Windows. * System MySQL driver can be *installed* by placing `libmysql.dll` from [C API for MySQL (mysqlclient)](https://dev.mysql.com/downloads/connector/c/) in the app working directory. ### Ubuntu 16.04 -Packages with Qt driver plugins and system SQL manager with drivers: +Packages with Qt driver plugins and system SQL drivers: * MySQL - `libqt5sql5-mysql` `libmysqlclient20`, * MSSQL/ODBC - `libqt5sql5-odbc` `libodbc1` `odbcinst` `unixodbc` `msodbcsql`__*__. diff --git a/screenshot.png b/screenshot.png index f3966e7..7f0f4c3 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/mainwindow.ui b/src/mainwindow.ui index b0b7ce2..8b57b3a 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -48,7 +48,7 @@ - Qt SQL database drivers + Qt SQL database driver plugins