Add greeter tab to UI
* adds a tab on startup that shows last connected secnodes * last nodes saved with qsettings Change-Id: I2b663a408dc46bd0a0135e723b55d5ef3661bec8 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30524 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
This commit is contained in:
@@ -32,7 +32,7 @@ try:
|
||||
|
||||
from PyQt5 import uic
|
||||
from PyQt5.QtCore import Qt, QObject, pyqtSignal, pyqtSlot, QSize, QPointF, \
|
||||
QRectF, QPoint, QByteArray, QEvent, QMimeData
|
||||
QRectF, QPoint, QByteArray, QEvent, QMimeData, QSettings
|
||||
from PyQt5.QtGui import QFont, QTextCursor, QFontMetrics, QColor, QBrush, \
|
||||
QPainter, QPolygonF, QPen, QIcon, QStandardItemModel, QStandardItem, \
|
||||
QPalette, QCursor, QDrag, QMouseEvent, QPixmap
|
||||
|
||||
Reference in New Issue
Block a user