diff options
Diffstat (limited to 'src/lib/downloads/downloadsform.ui')
-rw-r--r-- | src/lib/downloads/downloadsform.ui | 61 |
1 files changed, 2 insertions, 59 deletions
diff --git a/src/lib/downloads/downloadsform.ui b/src/lib/downloads/downloadsform.ui index 5ab770f..43a0d49 100644 --- a/src/lib/downloads/downloadsform.ui +++ b/src/lib/downloads/downloadsform.ui @@ -6,16 +6,10 @@ <rect> <x>0</x> <y>0</y> - <width>420</width> - <height>600</height> + <width>600</width> + <height>420</height> </rect> </property> - <property name="minimumSize"> - <size> - <width>420</width> - <height>600</height> - </size> - </property> <property name="windowTitle"> <string>Downloads</string> </property> @@ -23,57 +17,6 @@ <item> <widget class="QListWidget" name="listWidget"/> </item> - <item> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>Details</string> - </property> - <layout class="QFormLayout" name="formLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="mimeType"> - <property name="text"> - <string>Type</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLabel" name="mimeType_label"> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="filePath"> - <property name="text"> - <string>Path</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="fileSize"> - <property name="text"> - <string>Size</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLabel" name="fileSize_label"> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLabel" name="filePath_label"> - <property name="text"> - <string/> - </property> - </widget> - </item> - </layout> - </widget> - </item> </layout> </widget> <resources/> |