form fir mainwindow
This commit is contained in:
		@@ -12,7 +12,8 @@
 | 
				
			|||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="font">
 | 
					  <property name="font">
 | 
				
			||||||
   <font>
 | 
					   <font>
 | 
				
			||||||
    <family>Source Code Pro</family>
 | 
					    <family>Terminus</family>
 | 
				
			||||||
 | 
					    <pointsize>11</pointsize>
 | 
				
			||||||
   </font>
 | 
					   </font>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="windowTitle">
 | 
					  <property name="windowTitle">
 | 
				
			||||||
@@ -29,21 +30,7 @@
 | 
				
			|||||||
     </rect>
 | 
					     </rect>
 | 
				
			||||||
    </property>
 | 
					    </property>
 | 
				
			||||||
    <layout class="QGridLayout" name="gridLayout">
 | 
					    <layout class="QGridLayout" name="gridLayout">
 | 
				
			||||||
     <item row="3" column="2">
 | 
					     <item row="0" column="0" rowspan="3" colspan="2">
 | 
				
			||||||
      <widget class="QPushButton" name="exit">
 | 
					 | 
				
			||||||
       <property name="text">
 | 
					 | 
				
			||||||
        <string>Exit</string>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="3" column="1">
 | 
					 | 
				
			||||||
      <widget class="QProgressBar" name="updateProgress">
 | 
					 | 
				
			||||||
       <property name="value">
 | 
					 | 
				
			||||||
        <number>1</number>
 | 
					 | 
				
			||||||
       </property>
 | 
					 | 
				
			||||||
      </widget>
 | 
					 | 
				
			||||||
     </item>
 | 
					 | 
				
			||||||
     <item row="0" column="0" rowspan="3" colspan="3">
 | 
					 | 
				
			||||||
      <widget class="QTextEdit" name="updateStatus">
 | 
					      <widget class="QTextEdit" name="updateStatus">
 | 
				
			||||||
       <property name="enabled">
 | 
					       <property name="enabled">
 | 
				
			||||||
        <bool>true</bool>
 | 
					        <bool>true</bool>
 | 
				
			||||||
@@ -52,6 +39,7 @@
 | 
				
			|||||||
        <font>
 | 
					        <font>
 | 
				
			||||||
         <family>Misc Fixed</family>
 | 
					         <family>Misc Fixed</family>
 | 
				
			||||||
         <pointsize>11</pointsize>
 | 
					         <pointsize>11</pointsize>
 | 
				
			||||||
 | 
					         <weight>75</weight>
 | 
				
			||||||
         <bold>true</bold>
 | 
					         <bold>true</bold>
 | 
				
			||||||
        </font>
 | 
					        </font>
 | 
				
			||||||
       </property>
 | 
					       </property>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user