This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.ui
More file actions
45 lines (45 loc) · 1.47 KB
/
about.ui
File metadata and controls
45 lines (45 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>219</height>
</rect>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<widget class="QPushButton" name="closeButton">
<property name="geometry">
<rect>
<x>310</x>
<y>180</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>371</width>
<height>161</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">DigiFerro</span></p><p>Final project for Software Engineering degree,<br/>in cooperation with the Israeli Air Force</p><p>Programmers:<br/>Baruch Rutman<br/>Roi Amzallag<br/><br/>This program uses the following libraries and programs (not exhaustive list):<br/>Python 3.9, PyQt5, OpenCV, scikit-image, NumPy, joblib, matplotlib,<br/>pandas, jinja2, pdfkit, wkhtmltopdf, PyInstaller</p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>