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
11369
Commits
3
Branches
10
Tags
52 MiB
C++
72.9%
C
15.4%
Cuda
6.8%
CMake
4.6%
Shell
0.3%
Tree:
8d83f83df1
ethminer
/
mix
/
qml
/
QRealTypeView.qml
15 lines
134 B
Raw
Blame
History
import
QtQuick
2.0
Component
{
Rectangle
{
anchors.fill:
parent
Text
{
anchors.fill:
parent
text:
qsTr
(
"Real"
)
}
}
}
Reference in new issue