Commit 5d71c871 authored by IT19980478's avatar IT19980478

commit main system ui

parent 4f856224
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1371</width>
<height>768</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="background">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>-10</x>
<y>0</y>
<width>1391</width>
<height>771</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(180, 180, 180, 255))</string>
</property>
<property name="text">
<string>bcakgtound_gi</string>
</property>
</widget>
<widget class="QLabel" name="dp_pic">
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>271</width>
<height>261</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"> border-style: outset;
border-width: 5px;
border-color: rgb(255, 0, 0);
</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>professor.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>570</x>
<y>80</y>
<width>551</width>
<height>271</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"> border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: rgb(0, 0, 255);
font: bold 14px;
min-width: 10em;
padding: 2px;</string>
</property>
<row>
<property name="text">
<string>Name</string>
</property>
</row>
<row>
<property name="text">
<string>Age</string>
</property>
</row>
<row>
<property name="text">
<string>ID Card Number</string>
</property>
</row>
<row>
<property name="text">
<string>Address</string>
</property>
</row>
<row>
<property name="text">
<string>Skin Color</string>
</property>
</row>
<row>
<property name="text">
<string>Hair Color</string>
</property>
</row>
<column>
<property name="text">
<string>details</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="next_pg">
<property name="geometry">
<rect>
<x>1120</x>
<y>670</y>
<width>186</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"> background-color: rgb(85, 255, 0);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: beige;
font: bold 14px;
min-width: 10em;
padding: 6px;</string>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>90</x>
<y>670</y>
<width>186</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"> background-color: rgb(85, 255, 0);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: beige;
font: bold 14px;
min-width: 10em;
padding: 6px;</string>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>130</x>
<y>420</y>
<width>1001</width>
<height>191</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment