blob: c4747916dc3a77478d74f4b30b3e14b180f64e57 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FingerPage</class>
<widget class="QWidget" name="FingerPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="finger_noFinger_mask">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>600</width>
<height>580</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
</font>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(128, 128, 128, 200)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="RaisedMaterialButton" name="finger_touchButton">
<property name="geometry">
<rect>
<x>168</x>
<y>80</y>
<width>132</width>
<height>36</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TOUCH SENSOR</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="ColorGroup" stdset="0">
<string notr="true">Tool</string>
</property>
<property name="report_metrics" stdset="0">
<bool>false</bool>
</property>
</widget>
<widget class="QGroupBox" name="finger_IdGroup">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border: 0px;</string>
</property>
<property name="title">
<string>Fingerprint</string>
</property>
<property name="ColorGroup" stdset="0">
<string notr="true">Title</string>
</property>
</widget>
<widget class="QComboBox" name="finger_pickBox">
<property name="geometry">
<rect>
<x>20</x>
<y>38</y>
<width>280</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 3px 3px 3px 3px;</string>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
<property name="maxVisibleItems">
<number>10</number>
</property>
<property name="report_metrics" stdset="0">
<bool>false</bool>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>RaisedMaterialButton</class>
<extends>QPushButton</extends>
<header>android/skin/qt/raised-material-button.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>finger_pickBox</tabstop>
<tabstop>finger_touchButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>