2016-06-26 00:26:08 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2020-08-21 23:59:35 +02:00
|
|
|
<author>
|
|
|
|
SPDX-FileCopyrightText: 2016 shainer <syn.shainer@gmail.com>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
</author>
|
2016-06-26 00:26:08 +02:00
|
|
|
<class>Page_NetInst</class>
|
|
|
|
<widget class="QWidget" name="Page_NetInst">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>997</width>
|
|
|
|
<height>474</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2020-02-19 09:29:23 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-06-26 00:26:08 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2022-05-17 14:38:44 +02:00
|
|
|
<widget class="GroupsTreeView" name="groupswidget">
|
2016-06-26 00:26:08 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>981</width>
|
2022-05-17 14:38:44 +02:00
|
|
|
<height>410</height>
|
2016-06-26 00:26:08 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-01-25 09:34:18 +01:00
|
|
|
<property name="font">
|
2018-05-20 00:59:18 +02:00
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
2017-01-25 09:34:18 +01:00
|
|
|
</property>
|
2016-06-26 00:26:08 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"/>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="netinst_status">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2022-05-17 14:38:44 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GroupsTreeView</class>
|
|
|
|
<extends>QTreeView</extends>
|
|
|
|
<header>groupstreeview.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2016-06-26 00:26:08 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|