1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-08 11:51:45 +00:00
TegraRcmGUI/packagemanager.ui

55 lines
1.3 KiB
Text
Raw Normal View History

2020-12-11 11:46:53 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PackageManager</class>
<widget class="QDialog" name="PackageManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<height>252</height>
</rect>
</property>
<property name="windowTitle">
<string>Package Manager</string>
</property>
<widget class="QPushButton" name="checkForUpdateBut">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>111</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Check for updates</string>
</property>
</widget>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>591</width>
<height>201</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</widget>
<resources/>
<connections/>
</ui>