diff options
author | saturneric <[email protected]> | 2024-05-03 19:40:27 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-03 19:40:33 +0000 |
commit | a092a8122165d3c2af641bf8ffa9afd785ff0169 (patch) | |
tree | 8ce079c07dd2ca6c7ab582f487ffe3681f4dc0cf /ui | |
parent | fix: continue to solve safe issues (diff) | |
download | GpgFrontend-a092a8122165d3c2af641bf8ffa9afd785ff0169.tar.gz GpgFrontend-a092a8122165d3c2af641bf8ffa9afd785ff0169.zip |
fix: solve a build issue and add a tip for integrated module
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ModuleControllerDialog.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/ModuleControllerDialog.ui b/ui/ModuleControllerDialog.ui index a12ec6e2..97dd1397 100644 --- a/ui/ModuleControllerDialog.ui +++ b/ui/ModuleControllerDialog.ui @@ -147,6 +147,23 @@ </item> </layout> </item> + <item> + <widget class="Line" name="line_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="tipsLabel"> + <property name="text"> + <string>Tips: Module name front with "*" stands for integrated module.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="tab"> |