diff options
author | saturneric <[email protected]> | 2024-04-11 19:55:57 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-11 19:56:05 +0000 |
commit | e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d (patch) | |
tree | ac51625707d1c7d97c123ae3c58c8653e859dcd8 /ui/ModuleControllerDialog.ui | |
parent | refactor: reduce core prebuild headers and isolate core to modules (diff) | |
download | GpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.tar.gz GpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.zip |
fix: find and solve some issues on module management
Diffstat (limited to '')
-rw-r--r-- | ui/ModuleControllerDialog.ui | 54 |
1 files changed, 1 insertions, 53 deletions
diff --git a/ui/ModuleControllerDialog.ui b/ui/ModuleControllerDialog.ui index 167cbfe7..8d4ea0d7 100644 --- a/ui/ModuleControllerDialog.ui +++ b/ui/ModuleControllerDialog.ui @@ -51,59 +51,7 @@ <enum>QLayout::SetDefaultConstraint</enum> </property> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="label_3"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>80</width> - <height>16</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string>Module ID:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="moduleIDLabel"> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Line" name="line"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="moduleInfoLabel"> <property name="text"> <string>Module Informations</string> </property> |