Sat, 07 Sep 2019 17:35:43 +0200
Closed branch after it was merged into 'default'.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CondaPackageDetailsWidget</class> <widget class="QWidget" name="CondaPackageDetailsWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>450</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="headerLabel"> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Filename:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="filenameLabel"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Size:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="sizeLabel"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Channel:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="channelLabel"/> </item> <item row="4" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>URL:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="urlLabel"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>MD5:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="md5Label"/> </item> <item row="6" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Timestamp:</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLabel" name="timestampLabel"/> </item> <item row="7" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>License:</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QLabel" name="licenseLabel"/> </item> <item row="8" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Platform:</string> </property> </widget> </item> <item row="8" column="1"> <widget class="QLabel" name="platformLabel"/> </item> <item row="9" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Dependencies:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="9" column="1"> <widget class="QPlainTextEdit" name="dependenciesEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>