Skip to content

Commit 5912683

Browse files
Chr1sNoCalcProgrammer1
authored andcommitted
Adding link to OpenRGB.org plugins in Plugin settings
1 parent 248b3e8 commit 5912683

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

qt/OpenRGBPluginsPage/OpenRGBPluginsPage.ui

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@
1414
<string>Plugins page</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
17-
<item row="1" column="0">
17+
<item row="1" column="0" colspan="2">
18+
<widget class="OpenRGBPluginsList" name="PluginsList">
19+
<property name="verticalScrollMode">
20+
<enum>QAbstractItemView::ScrollPerPixel</enum>
21+
</property>
22+
</widget>
23+
</item>
24+
<item row="2" column="0">
1825
<widget class="QPushButton" name="InstallPluginButton">
1926
<property name="text">
2027
<string>Install Plugin</string>
2128
</property>
2229
</widget>
2330
</item>
24-
<item row="1" column="1">
31+
<item row="2" column="1">
2532
<widget class="QPushButton" name="RemovePluginButton">
2633
<property name="enabled">
2734
<bool>false</bool>
@@ -32,9 +39,15 @@
3239
</widget>
3340
</item>
3441
<item row="0" column="0" colspan="2">
35-
<widget class="OpenRGBPluginsList" name="PluginsList">
36-
<property name="verticalScrollMode">
37-
<enum>QAbstractItemView::ScrollPerPixel</enum>
42+
<widget class="QLabel" name="LinkLabel">
43+
<property name="text">
44+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;Looking for plugins? See the official list at &lt;a href=&quot;https://openrgb.org/plugins.html&quot;&gt;OpenRGB.org&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;</string>
45+
</property>
46+
<property name="textFormat">
47+
<enum>Qt::RichText</enum>
48+
</property>
49+
<property name="alignment">
50+
<set>Qt::AlignCenter</set>
3851
</property>
3952
</widget>
4053
</item>

0 commit comments

Comments
 (0)