3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 23:32:17 +00:00
Brooklyn/plasma/workspace/containmentactions/applauncher/config.ui

26 lines
553 B
Plaintext
Raw Normal View History

2022-03-05 17:41:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Config</class>
<widget class="QWidget" name="Config">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>397</width>
<height>123</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="showAppsByName">
<property name="text">
<string>Show applications by name</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>