aboutsummaryrefslogtreecommitdiff
path: root/lib/about/aboutplugin.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-23 11:48:03 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-23 11:48:03 +0100
commit5e26d0efb42103457d813ea79830eebf6feeba9b (patch)
tree338cbfbc890eb1b8f4056bb89a6541217c1437ff /lib/about/aboutplugin.ui
parentAdd About and Run actions to plugin submenu (diff)
downloadsmolbote-5e26d0efb42103457d813ea79830eebf6feeba9b.tar.xz
Loading and unloading of plugins at runtime
Diffstat (limited to 'lib/about/aboutplugin.ui')
-rw-r--r--lib/about/aboutplugin.ui47
1 files changed, 32 insertions, 15 deletions
diff --git a/lib/about/aboutplugin.ui b/lib/about/aboutplugin.ui
index f2d4848..31e20c6 100644
--- a/lib/about/aboutplugin.ui
+++ b/lib/about/aboutplugin.ui
@@ -67,21 +67,7 @@
</widget>
</item>
<item row="4" column="1">
- <layout class="QHBoxLayout" name="controls_layout">
- <item>
- <widget class="QPushButton" name="loaded">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Load</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
+ <layout class="QHBoxLayout" name="controls_layout"/>
</item>
<item row="2" column="1">
<widget class="QLabel" name="license">
@@ -127,6 +113,37 @@
</item>
</layout>
</widget>
+ <widget class="QWidget" name="controls_tab">
+ <attribute name="title">
+ <string>Controls</string>
+ </attribute>
+ <layout class="QFormLayout" name="formLayout_2">
+ <item row="0" column="1">
+ <widget class="QToolButton" name="load">
+ <property name="text">
+ <string>Load</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLabel" name="error">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QLabel" name="error_label">
+ <property name="text">
+ <string>Status</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
</widget>
</item>
<item>