Add screenshots about File Transfer and Air Share.

master
Andy Stewart 8 years ago
parent 6aa6771da3
commit c155918da1
  1. 6
      README.md
  2. 4
      app/airshare/buffer.py
  3. BIN
      screenshot/air_share.png
  4. BIN
      screenshot/file_transfer.png

@ -25,6 +25,12 @@ Using this framework, you can use PyQt develop powerful graphics programs to ext
### PDF Player
![img](./screenshot/pdf_viewer.gif)
### File Transfer
![img](./screenshot/file_transfer.png)
### Air Share
![img](./screenshot/air_share.png)
## Installation
1. Install python libraries:

@ -66,7 +66,7 @@ class AirShareWidget(QWidget):
self.setStyleSheet("background-color: black");
self.file_name_font = QFont()
self.file_name_font.setPointSize(12)
self.file_name_font.setPointSize(24)
self.file_name_label = QLabel(self)
self.file_name_label.setText(url)
@ -77,7 +77,7 @@ class AirShareWidget(QWidget):
self.qrcode_label = QLabel(self)
self.notify_font = QFont()
self.notify_font.setPointSize(24)
self.notify_font.setPointSize(12)
self.notify_label = QLabel(self)
self.notify_label.setText("Scan above QR to copy information")
self.notify_label.setFont(self.notify_font)

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Loading…
Cancel
Save