用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

133 lines
2.9 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LoginDlg</class>
<widget class="QDialog" name="LoginDlg">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>394</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>QQrobot login</string>
</property>
<property name="windowIcon">
<iconset resource="imgs.qrc">
<normaloff>:/img/logo.ico</normaloff>:/img/logo.ico</iconset>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QLineEdit" name="qqnum">
<property name="geometry">
<rect>
<x>82</x>
<y>102</y>
<width>181</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="qqpass">
<property name="geometry">
<rect>
<x>80</x>
<y>140</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
<widget class="QPushButton" name="rtnButton">
<property name="geometry">
<rect>
<x>280</x>
<y>140</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QLabel" name="verifyImg">
<property name="geometry">
<rect>
<x>220</x>
<y>180</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="imgs.qrc">:/img/captcha.jpg</pixmap>
</property>
</widget>
<widget class="QLineEdit" name="verifyCode">
<property name="geometry">
<rect>
<x>80</x>
<y>190</y>
<width>121</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>0</y>
<width>61</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="imgs.qrc">:/img/qqlogo.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>21</pointsize>
</font>
</property>
<property name="text">
<string>账号密码登录</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>qqnum</tabstop>
<tabstop>qqpass</tabstop>
<tabstop>verifyCode</tabstop>
<tabstop>rtnButton</tabstop>
</tabstops>
<resources>
<include location="imgs.qrc"/>
</resources>
<connections/>
</ui>