forked from AG_QGIS/Plugin_SN_Widmung
Aufgeräumt.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from qgis.PyQt.QtWidgets import QWidget, QVBoxLayout, QLabel, QTextEdit
|
||||
|
||||
class TabB(QWidget):
|
||||
tab_title = "Tab B"
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
layout = QVBoxLayout()
|
||||
|
||||
Reference in New Issue
Block a user