Skip to content

Commit

Permalink
Minor CONTRIBUTING.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stvad committed Jan 14, 2020
1 parent c67a0b1 commit 9ea3435
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The config window is build using QtDesigner, which you can get by running
on Linux, or simply download from `https://build-system.fman.io/qt-designer-download`

In Qt Designer you can create UI files using a simple GUI, and save them as a `.ui` file in the `ui_files` folder.

Run `pip install PyQt5` to get the `pyuic5` on your system.

Then the `pyuic5` module can be used to convert them to python.
See the `generate_ui.sh` script for examples, and all new UI files should be added there for automation.

Expand Down
4 changes: 2 additions & 2 deletions crowd_anki/config/config_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# Form implementation generated from reading ui file 'ui_files/config.ui'
#
# Created by: PyQt5 UI code generator 5.13.1
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!


from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets


class Ui_Dialog(object):
Expand Down
Empty file modified generate_ui.sh
100644 → 100755
Empty file.

0 comments on commit 9ea3435

Please sign in to comment.