Created basic GUI Applecation

This commit is contained in:
Zastian Pretorius
2020-10-11 15:02:11 +02:00
parent 3244181006
commit 2628b4dc6d
8 changed files with 944 additions and 0 deletions

99
mainwindow.ui Normal file
View File

@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>488</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
<string>Hotspot Shield</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="BtnConDis">
<property name="geometry">
<rect>
<x>154</x>
<y>280</y>
<width>180</width>
<height>161</height>
</rect>
</property>
<property name="text">
<string>Connect</string>
</property>
</widget>
<widget class="QComboBox" name="Location">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="currentText">
<string>US</string>
</property>
<property name="placeholderText">
<string/>
</property>
<item>
<property name="text">
<string>US</string>
</property>
</item>
<item>
<property name="text">
<string>ZA</string>
</property>
</item>
<item>
<property name="text">
<string>IN</string>
</property>
</item>
<item>
<property name="text">
<string>GB</string>
</property>
</item>
<item>
<property name="text">
<string>JP</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>7</x>
<y>77</y>
<width>401</width>
<height>161</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>488</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>