Skip to content

Commit 7039319

Browse files
authored
Docs: fixed link, replaced QT with Qt
1 parent cf8073f commit 7039319

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/qt/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This directory contains the BitcoinQT graphical user interface (GUI). It uses the cross platform framework [QT](https://www1.qt.io/developers/).
1+
This directory contains the BitcoinQT graphical user interface (GUI). It uses the cross-platform framework [Qt](https://www1.qt.io/developers/).
22

3-
The current precise version for QT 5 is specified in [qt.mk](/depends/packages/qt.mk). QT 4 is also supported (see [#8263](https://github.com/bitcoin/bitcoin/issues/8263)).
3+
The current precise version for Qt 5 is specified in [qt.mk](/depends/packages/qt.mk). Qt 4 is also supported (see [#8263](https://github.com/bitcoin/bitcoin/issues/8263)).
44

55
## Compile and run
66

@@ -36,7 +36,7 @@ Represents the main window of the Bitcoin UI.
3636

3737
### \*model.(h/cpp)
3838

39-
The model. When it has a corresponding controller, it generally inherits from [QAbstractTableModel](http://doc.qt.io/qt-5/qabstracttablemodel.html). Models that are used by controllers as helpers inherit from other QT classes like [QValidator](http://doc.qt.io/qt-5/qvalidator.html).
39+
The model. When it has a corresponding controller, it generally inherits from [QAbstractTableModel](http://doc.qt.io/qt-5/qabstracttablemodel.html). Models that are used by controllers as helpers inherit from other Qt classes like [QValidator](http://doc.qt.io/qt-5/qvalidator.html).
4040

4141
ClientModel is used by the main application `bitcoingui` and several models like `peertablemodel`.
4242

@@ -69,7 +69,7 @@ Represents the view to a single wallet.
6969

7070
## Contribute
7171

72-
See [CONTRIBUTING.md](/CONTRIBUTING.md) for general guidelines. Specifically for QT:
72+
See [CONTRIBUTING.md](/CONTRIBUTING.md) for general guidelines. Specifically for Qt:
7373

7474
* don't change `local/bitcoin_en.ts`; this happens [automatically](/doc/translation_process.md#writing-code-with-translations)
7575

@@ -83,7 +83,7 @@ Uncheck everything except Qt Creator during the installation process.
8383

8484
Instructions for OSX:
8585

86-
1. Make sure you installed everything through Homebrew mentioned in the [OSX build instructions](/docs/build-osx.md)
86+
1. Make sure you installed everything through Homebrew mentioned in the [OSX build instructions](/doc/build-osx.md)
8787
2. Use `./configure` with the `--enable-debug` flag
8888
3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
8989
4. Enter "bitcoin-qt" as project name, enter src/qt as location

0 commit comments

Comments
 (0)