Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paule32 committed Jun 9, 2024
1 parent a0d68ea commit e1b4a78
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 195 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@ src/chat1_fileAdata.db
src/chat2_fileBdata.db
src/chat1.db
src/chat3.db
doc/help.lck
doc/help.hnd-journal
doc/help.hnd
doc/help.chm
src/help.chm
4 changes: 0 additions & 4 deletions src/appcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@
# ------------------------------------------------------------------------
# developers own modules ...
# ------------------------------------------------------------------------
from exclasses import * # exception: templates
from exapp import * # exception: application block placeholder

from collection import * # exception: templates
from exapp import * # exception: application block placeholder

from VisualComponentLibrary import *

Expand Down
60 changes: 0 additions & 60 deletions src/exapp.py

This file was deleted.

63 changes: 0 additions & 63 deletions src/exclasses.py

This file was deleted.

Binary file added src/img/screen16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/locales/en_us/LC_MESSAGES/observer.po
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,18 @@ msgid "bgwh"
msgstr ""
"background-color:white;"

msgid "msgbox_css"
msgstr ""
"QPushButton{"
"min-width: 84px;"
"min-height: 25px;"
"font-size: 11pt;"
"border: 1px solid black;"
"}""
"QPushButton:hover{"
"border: 1px solid red;"
"}"

# ---------------------------------------------------------------------------
# supported languages by doxygen 1.10.0 ...
# ---------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit e1b4a78

Please sign in to comment.