You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/qt/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
This directory contains the BitcoinQT graphical user interface (GUI). It uses the crossplatform 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/).
2
2
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)).
4
4
5
5
## Compile and run
6
6
@@ -36,7 +36,7 @@ Represents the main window of the Bitcoin UI.
36
36
37
37
### \*model.(h/cpp)
38
38
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).
40
40
41
41
ClientModel is used by the main application `bitcoingui` and several models like `peertablemodel`.
42
42
@@ -69,7 +69,7 @@ Represents the view to a single wallet.
69
69
70
70
## Contribute
71
71
72
-
See [CONTRIBUTING.md](/CONTRIBUTING.md) for general guidelines. Specifically for QT:
72
+
See [CONTRIBUTING.md](/CONTRIBUTING.md) for general guidelines. Specifically for Qt:
73
73
74
74
* don't change `local/bitcoin_en.ts`; this happens [automatically](/doc/translation_process.md#writing-code-with-translations)
75
75
@@ -83,7 +83,7 @@ Uncheck everything except Qt Creator during the installation process.
83
83
84
84
Instructions for OSX:
85
85
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)
87
87
2. Use `./configure` with the `--enable-debug` flag
88
88
3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
89
89
4. Enter "bitcoin-qt" as project name, enter src/qt as location
0 commit comments