Skip to content

Commit b1b437c

Browse files
committed
Readme and UI update
Make the UI more beautiful.
1 parent 7569ff7 commit b1b437c

5 files changed

+7
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ Androtator helps you keep your antenna pointing to the satellite. It run on Andr
1111
`./build_hamlib.sh`
1212

1313
3. Build Androtaor using your Qt Creator.
14-
4. Open an issue tell me, if you get any errors.
14+
4. Open an issue tell me, if you get any errors.
15+
16+
## Screenshots
17+
![Screenshot](./docs/Screenshot03.png)
18+
![Screenshot](./docs/Screenshot01.png)
19+
![Screenshot](./docs/Screenshot02.png)

docs/Screenshot01.png

126 KB
Loading

docs/Screenshot02.png

94.7 KB
Loading

docs/Screenshot03.png

276 KB
Loading

polarwidget.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ PolarWidget::PolarWidget(QWidget *parent) : QChartView(parent)
3131
circle->attachAxis(angularAxis);
3232

3333
chart->legend()->hide();
34+
chart->setBackgroundBrush(QBrush(QColor("transparent")));
3435
this->setChart(chart);
3536
this->setRenderHint(QPainter::Antialiasing);
3637
}

0 commit comments

Comments
 (0)