Added a custom class for forms

This commit is contained in:
Veronica K. B. Olsen
2020-05-03 16:55:24 +02:00
parent 1fe9ff0af7
commit bf9e365d25
3 changed files with 189 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from nw.additions.qconfiglayout import QConfigLayout
from nw.additions.qswitch import QSwitch
__all__ = [
"QConfigLayout",
"QSwitch",
]