diff options
Diffstat (limited to 'lib/about/aboutdialog.ui')
-rw-r--r-- | lib/about/aboutdialog.ui | 48 |
1 files changed, 4 insertions, 44 deletions
diff --git a/lib/about/aboutdialog.ui b/lib/about/aboutdialog.ui index dbd2561..13edfed 100644 --- a/lib/about/aboutdialog.ui +++ b/lib/about/aboutdialog.ui @@ -81,8 +81,8 @@ <rect> <x>0</x> <y>0</y> - <width>406</width> - <height>450</height> + <width>96</width> + <height>30</height> </rect> </property> <attribute name="label"> @@ -109,8 +109,8 @@ <rect> <x>0</x> <y>0</y> - <width>96</width> - <height>120</height> + <width>406</width> + <height>450</height> </rect> </property> <attribute name="label"> @@ -127,46 +127,6 @@ </property> </widget> </item> - <item> - <widget class="QTableWidget" name="pluginsTable"> - <property name="horizontalScrollBarPolicy"> - <enum>Qt::ScrollBarAlwaysOff</enum> - </property> - <property name="sizeAdjustPolicy"> - <enum>QAbstractScrollArea::AdjustToContents</enum> - </property> - <property name="editTriggers"> - <set>QAbstractItemView::NoEditTriggers</set> - </property> - <attribute name="horizontalHeaderCascadingSectionResizes"> - <bool>true</bool> - </attribute> - <attribute name="horizontalHeaderHighlightSections"> - <bool>false</bool> - </attribute> - <attribute name="horizontalHeaderStretchLastSection"> - <bool>true</bool> - </attribute> - <attribute name="verticalHeaderVisible"> - <bool>false</bool> - </attribute> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Author</string> - </property> - </column> - <column> - <property name="text"> - <string>Shortcut</string> - </property> - </column> - </widget> - </item> </layout> </widget> </widget> |