Skip to content

Commit

Permalink
Readme and UI update
Browse files Browse the repository at this point in the history
Make the UI more beautiful.
  • Loading branch information
AuroraRAS committed Oct 15, 2021
1 parent 7569ff7 commit b1b437c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ Androtator helps you keep your antenna pointing to the satellite. It run on Andr
`./build_hamlib.sh`

3. Build Androtaor using your Qt Creator.
4. Open an issue tell me, if you get any errors.
4. Open an issue tell me, if you get any errors.

## Screenshots
![Screenshot](./docs/Screenshot03.png)
![Screenshot](./docs/Screenshot01.png)
![Screenshot](./docs/Screenshot02.png)
Binary file added docs/Screenshot01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screenshot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screenshot03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions polarwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PolarWidget::PolarWidget(QWidget *parent) : QChartView(parent)
circle->attachAxis(angularAxis);

chart->legend()->hide();
chart->setBackgroundBrush(QBrush(QColor("transparent")));
this->setChart(chart);
this->setRenderHint(QPainter::Antialiasing);
}
Expand Down

0 comments on commit b1b437c

Please sign in to comment.