69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>MCModInfoFrame</class>
 | 
						|
 <widget class="QFrame" name="MCModInfoFrame">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>527</width>
 | 
						|
    <height>113</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="sizePolicy">
 | 
						|
   <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
 | 
						|
    <horstretch>0</horstretch>
 | 
						|
    <verstretch>0</verstretch>
 | 
						|
   </sizepolicy>
 | 
						|
  </property>
 | 
						|
  <property name="maximumSize">
 | 
						|
   <size>
 | 
						|
    <width>16777215</width>
 | 
						|
    <height>120</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Frame</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
   <item>
 | 
						|
    <widget class="QLabel" name="label_ModText">
 | 
						|
     <property name="text">
 | 
						|
      <string>Select a mod to view title and authors...</string>
 | 
						|
     </property>
 | 
						|
     <property name="textFormat">
 | 
						|
      <enum>Qt::RichText</enum>
 | 
						|
     </property>
 | 
						|
     <property name="alignment">
 | 
						|
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						|
     </property>
 | 
						|
     <property name="wordWrap">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
     <property name="openExternalLinks">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QLabel" name="label_ModDescription">
 | 
						|
     <property name="text">
 | 
						|
      <string>Select a mod to view description...</string>
 | 
						|
     </property>
 | 
						|
     <property name="textFormat">
 | 
						|
      <enum>Qt::PlainText</enum>
 | 
						|
     </property>
 | 
						|
     <property name="alignment">
 | 
						|
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						|
     </property>
 | 
						|
     <property name="wordWrap">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |