or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Bitcoin Core GUI / Design Jam #0
Motivations
gui
lookedHow do we get there?
Research
Creating a Design System
It looks outdated, and not what a wallet global world currency should look like.
In order to extend the features that are useful, it needs to be restructured in order to be leveled up.
Create components that can be used in the future to extend functionality.
Developers can then easily pick and match component pieces for the functionlity they are developing - like lego blocks.
Method
Define Components
Spin Off Projects
Encouraging Qt Implementation
gui
?Beginner Onboarding
Rationale…
Understanding "Power Users"
Engaging Designers
gui
.Problems
gui
vscore
developersgui
issues and pr?Other Ideas
UX Suggestions
power-users
Follow up
Hennadii Stepanov
Bitcoin Core uses Qt Widgets
Qt Widgets Module
https://forum.qt.io/topic/86914/qml-or-widgets/6
QML Graphical User Interfaces
QML allows developers to build user interfaces in a declarative way. User interfaces specifically benefit from the simplicity of compounding QML objects and configuring them using property bindings.
Qt Quick is a module which supplies QML types for creating user interfaces such as a visual canvas with its own coordinate system and rendering engine. Animation and transition effects are a first class concept in Qt Quick and visual effects can be supplemented through specialized components for particle and shader effects.
Multi Platform Support