Skip to content

Commit

Permalink
First working version. Added ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
insanemal committed Feb 26, 2022
1 parent 204c961 commit 80148e0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 37 deletions.
74 changes: 40 additions & 34 deletions ui/Settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,44 +32,31 @@
<attribute name="title">
<string>General</string>
</attribute>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>0</x>
<y>100</y>
<width>651</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>451</width>
<height>29</height>
<x>100</x>
<y>40</y>
<width>461</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>110</x>
<y>40</y>
<width>451</width>
<height>29</height>
<x>100</x>
<y>70</y>
<width>461</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="browse86box">
<property name="geometry">
<rect>
<x>560</x>
<y>10</y>
<y>40</y>
<width>86</width>
<height>31</height>
</rect>
Expand All @@ -82,7 +69,7 @@
<property name="geometry">
<rect>
<x>560</x>
<y>40</y>
<y>70</y>
<width>86</width>
<height>31</height>
</rect>
Expand All @@ -92,10 +79,13 @@
</property>
</widget>
<widget class="QPushButton" name="browseRoms">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>560</x>
<y>70</y>
<y>130</y>
<width>86</width>
<height>31</height>
</rect>
Expand All @@ -105,20 +95,23 @@
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_3">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>70</y>
<width>451</width>
<height>29</height>
<x>100</x>
<y>130</y>
<width>461</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<y>40</y>
<width>101</width>
<height>31</height>
</rect>
Expand All @@ -130,10 +123,10 @@
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>12</x>
<y>44</y>
<x>10</x>
<y>70</y>
<width>91</width>
<height>21</height>
<height>31</height>
</rect>
</property>
<property name="text">
Expand All @@ -144,13 +137,26 @@
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<y>130</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Path to Roms:</string>
<string>Rom Path:</string>
</property>
</widget>
<widget class="QCheckBox" name="romCheck">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Override default rom path</string>
</property>
</widget>
</widget>
Expand Down
9 changes: 6 additions & 3 deletions ui/addvm.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<x>10</x>
<y>10</y>
<width>91</width>
<height>20</height>
<height>31</height>
</rect>
</property>
<property name="text">
Expand All @@ -36,17 +36,20 @@
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<y>40</y>
<width>481</width>
<height>29</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="browseImport">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>490</x>
<y>30</y>
<y>40</y>
<width>86</width>
<height>31</height>
</rect>
Expand Down

0 comments on commit 80148e0

Please sign in to comment.