You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nm-tray-packaging/src/connectioninfo.ui

35 lines
782 B

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConnectionInfo</class>
<widget class="QDialog" name="ConnectionInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>570</width>
<height>614</height>
</rect>
</property>
<property name="windowTitle">
<string>Connection information</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>-1</number>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>