This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
ethminer
mirror of
https://github.com/lukechilds/ethminer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
6604
Commits
3
Branches
10
Tags
52 MiB
Tree:
883aee635c
ethminer
/
mix
/
qml
/
CommonSeparator.qml
10 lines
101 B
Raw
Normal View
History
- Add Reusable common controls (Text, Label, ...). - Add Generic Style.qml. - TransactionDialog/StateDialog ui improvement. - Other Small changes.
10 years ago
import
QtQuick
2.0
import
"."
Rectangle
{
ui improvement
10 years ago
height:
1
- Add Reusable common controls (Text, Label, ...). - Add Generic Style.qml. - TransactionDialog/StateDialog ui improvement. - Other Small changes.
10 years ago
color:
Style
.
generic
.
layout
.
separatorColor
}