Skip to content

Commit

Permalink
removed unwanted module
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Feb 9, 2023
1 parent 20ba7e0 commit 4d15046
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/maingui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import shutil
import subprocess
import sys
import time
import traceback
Expand Down
77 changes: 77 additions & 0 deletions dilaogbox.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>49</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>49</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>49</height>
</size>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>Enter URL</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>app/data/images/main.ico</normaloff>app/data/images/main.ico</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="install_link_lineEdit">
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="clearButtonEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="install_link_ok_btn">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
3 changes: 2 additions & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pyqt6
pythonnet
requests
pyqt6
PyQt6-WebEngine

0 comments on commit 4d15046

Please sign in to comment.