Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxiao996 committed Jun 30, 2023
2 parents fee6207 + 3ba391b commit 8485426
Show file tree
Hide file tree
Showing 10 changed files with 965 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Gui/button.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-

<<<<<<< HEAD
################################################################################
## Form generated from reading UI file 'button.ui'
##
Expand Down Expand Up @@ -45,3 +46,37 @@ def retranslateUi(self, Form):
self.label.setText(QCoreApplication.translate("Form", u"TextLabel", None))
# retranslateUi

=======
# Form implementation generated from reading ui file 'button.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.


from PyQt5 import QtCore, QtGui, QtWidgets


class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(102, 41)
Form.setMaximumSize(QtCore.QSize(102, 41))
self.gridLayout = QtWidgets.QGridLayout(Form)
self.gridLayout.setContentsMargins(0, 0, 0, 0)
self.gridLayout.setSpacing(0)
self.gridLayout.setObjectName("gridLayout")
self.label = QtWidgets.QLabel(Form)
self.label.setMaximumSize(QtCore.QSize(50, 50))
self.label.setObjectName("label")
self.gridLayout.addWidget(self.label, 0, 0, 1, 1)

self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)

def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "Form"))
self.label.setText(_translate("Form", "TextLabel"))
>>>>>>> origin/main
745 changes: 745 additions & 0 deletions Gui/main.py

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions Gui/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget_2">
<property name="currentIndex">
<<<<<<< HEAD
<number>1</number>
=======
<number>0</number>
>>>>>>> origin/main
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
Expand Down Expand Up @@ -176,7 +180,11 @@
<widget class="QCheckBox" name="checkBox_line">
<property name="maximumSize">
<size>
<<<<<<< HEAD
<width>16777215</width>
=======
<width>100</width>
>>>>>>> origin/main
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -513,7 +521,11 @@
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<<<<<<< HEAD
<bool>false</bool>
=======
<bool>true</bool>
>>>>>>> origin/main
</attribute>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool>
Expand Down
Binary file added __pycache__/frozen_dir.cpython-37.pyc
Binary file not shown.
7 changes: 7 additions & 0 deletions conf/config.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[Setting]
python3 = python3
python2 = python2
<<<<<<< HEAD
java8 = HOAMCQNgn7UHaPmxwwtbypZw9teXUNF1
=======
java8 = xxxxxxxxx
>>>>>>> origin/main
java9 = /Modules/Plugins/Censys_Plugins.py
java14 = /Modules/Plugins/Censys_Plugins.py
java16 = /Modules/Plugins/Censys_Plugins.py
column_num = 4
<<<<<<< HEAD
qss = mac.qss
=======
>>>>>>> origin/main

Loading

0 comments on commit 8485426

Please sign in to comment.