116 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			116 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>PinForm</class>
 | 
						|
 <widget class="QWidget" name="PinForm">
 | 
						|
  <property name="windowModality">
 | 
						|
   <enum>Qt::ApplicationModal</enum>
 | 
						|
  </property>
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>526</width>
 | 
						|
    <height>216</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Device pairing</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QGridLayout" name="gridLayout">
 | 
						|
   <item row="0" column="0">
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="label_2">
 | 
						|
       <property name="text">
 | 
						|
        <string>An unregistered PS Vita system is connecting with QCMA via Wi-Fi</string>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="deviceLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string>Device: PS Vita</string>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="label_3">
 | 
						|
       <property name="text">
 | 
						|
        <string>Input the following number in the PS Vita system to register it with QCMA</string>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="pinLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string notr="true"><html><head/><body><p><span style=" font-size:24pt; font-weight:600;">12345678</span></p></body></html></string>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="timeLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string>Time remaining: 300 seconds</string>
 | 
						|
       </property>
 | 
						|
       <property name="alignment">
 | 
						|
        <set>Qt::AlignCenter</set>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer_2">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QPushButton" name="cancelButton">
 | 
						|
         <property name="text">
 | 
						|
          <string>Cancel</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |