Skip to content

Commit

Permalink
- Corrected the look of the preferences window under Windows so it lo…
Browse files Browse the repository at this point in the history
…oks asthetically correct

- Corrected the about window propotions
- Added icon to the Exe
  • Loading branch information
Ronnie Beck committed Dec 18, 2022
1 parent cbed843 commit b4c17c3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ApolloExplorerPC/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>374</width>
<height>455</height>
<width>384</width>
<height>508</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -134,7 +134,7 @@ QMenu::indicator:checked {
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
<height>150</height>
</size>
</property>
<property name="frameShape">
Expand Down Expand Up @@ -182,8 +182,8 @@ p, li { white-space: pre-wrap; }
</layout>
</widget>
<resources>
<include location="icons.qrc"/>
<include location="Images.qrc"/>
<include location="icons.qrc"/>
</resources>
<connections>
<connection>
Expand Down
2 changes: 2 additions & 0 deletions ApolloExplorerPC/apolloexplorer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ TARGET=ApolloExplorer
linux: QT += x11extras
linux: LIBS += -lX11

win32:RC_ICONS += icons/FirebirdHW.ico

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11
Expand Down
22 changes: 20 additions & 2 deletions ApolloExplorerPC/dialogpreferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>720</width>
<height>360</height>
<height>395</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -25,7 +25,7 @@
<property name="maximumSize">
<size>
<width>720</width>
<height>360</height>
<height>395</height>
</size>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -63,6 +63,24 @@ QPushButton
border-radius: 2px;
text-align: center;
}
QComboBox
{
margin: 5px;
padding: 5px;
border: 1px solid rgb(136, 138, 133);
border-radius: 2px;
text-align: center;
}

QSpinBox
{
margin: 5px;
padding: 5px;
border: 1px solid rgb(136, 138, 133);
border-radius: 2px;
text-align: center;
}

QPushButton::pressed
{
background-color: #555555;
Expand Down
Binary file added ApolloExplorerPC/icons/FirebirdHW.ico
Binary file not shown.

0 comments on commit b4c17c3

Please sign in to comment.