diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-27 10:46:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-27 10:46:30 +0200 |
commit | c363bf7fb006914dbcfadb0a752c05fdf8683400 (patch) | |
tree | f1bb77c9a5270b9e27b0cc2c48ecabcf5eb474f7 /client/dbconnector.ui | |
parent | 183ed1e4c58f0c788db0b56886aad2dc258e9ddb (diff) | |
parent | 28af8ed412224bd8969db98521b67e0f4027ddf7 (diff) |
Merge branch 'devs' of https://github.com/UnavailableDev/avans-whether-station-Qt into dev-merge-temp
Diffstat (limited to 'client/dbconnector.ui')
-rw-r--r-- | client/dbconnector.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/dbconnector.ui b/client/dbconnector.ui index 21d241f..1159faf 100644 --- a/client/dbconnector.ui +++ b/client/dbconnector.ui @@ -49,6 +49,9 @@ </item> <item row="1" column="1"> <widget class="QLineEdit" name="lineEdit_database"> + <property name="text"> + <string>WSdb</string> + </property> <property name="placeholderText"> <string>Database name</string> </property> @@ -98,7 +101,7 @@ </font> </property> <property name="text"> - <string/> + <string>Ab12345!</string> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> |