<ui version="4.0" >
 <author>Jason Kajita</author>
 <class>MainWindowDLG</class>
 <widget class="QWidget" name="MainWindowDLG" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>378</width>
    <height>196</height>
   </rect>
  </property>
  <property name="sizePolicy" >
   <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize" >
   <size>
    <width>378</width>
    <height>196</height>
   </size>
  </property>
  <property name="maximumSize" >
   <size>
    <width>378</width>
    <height>196</height>
   </size>
  </property>
  <property name="windowTitle" >
   <string>MPLAB C Compiler for PIC32 - License Manager</string>
  </property>
  <property name="whatsThis" >
   <string>MPLAB C Compiler for PIC32 MCUs - License Manager</string>
  </property>
  <widget class="QWidget" native="1" name="centralwidget" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>0</y>
     <width>378</width>
     <height>201</height>
    </rect>
   </property>
   <property name="sizePolicy" >
    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <widget class="QPushButton" name="pushButton_Upgrade" >
    <property name="geometry" >
     <rect>
      <x>170</x>
      <y>140</y>
      <width>75</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text" >
     <string>Upgrade</string>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_Close" >
    <property name="geometry" >
     <rect>
      <x>270</x>
      <y>140</y>
      <width>75</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text" >
     <string>Close</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit" >
    <property name="geometry" >
     <rect>
      <x>170</x>
      <y>50</y>
      <width>191</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font" >
     <font>
      <pointsize>10</pointsize>
     </font>
    </property>
    <property name="toolTip" >
     <string>Enter your license key here.</string>
    </property>
    <property name="text" >
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="label" >
    <property name="geometry" >
     <rect>
      <x>10</x>
      <y>50</y>
      <width>131</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font" >
     <font>
      <pointsize>12</pointsize>
     </font>
    </property>
    <property name="text" >
     <string>Enter License Key:</string>
    </property>
   </widget>
  </widget>
 </widget>
 <tabstops>
  <tabstop>lineEdit</tabstop>
  <tabstop>pushButton_Upgrade</tabstop>
  <tabstop>pushButton_Close</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>
