-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link Atcore-app with atcore #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you test this on android ?
main.cpp
Outdated
|
||
Q_DECL_EXPORT int main(int argc, char *argv[]) | ||
{ | ||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); | ||
|
||
QApplication app(argc, argv); | ||
|
||
qmlRegisterType<AtCore>("org.kde.atcore",1,0,"AtCore"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space after commas.
where is our style file ? |
I think that would be better to merge this in other branch, I am finishing a better interface, please hold on. |
@sithlord48 you have done a merge and not a rebase, please, rebase your branch and remove the merge commit. |
Connect button will now connect (needs https://phabricator.kde.org/D7759) Signed-off-by: Chris Rizzitello <[email protected]>
…portSpeeds to populate the boxes. Set basic layout adjustment for sizing Signed-off-by: Chris Rizzitello <[email protected]>
Signed-off-by: Chris Rizzitello <[email protected]>
Signed-off-by: Chris Rizzitello <[email protected]>
@sithlord48 very good, tys. |
Add support for onPortsChanged to populate the device combo Signed-off-by: Chris Rizzitello <[email protected]>
Signed-off-by: Chris Rizzitello <[email protected]>
56c6bca
to
10a39c9
Compare
Connect button will now connect (needs https://phabricator.kde.org/D7759)
Signed-off-by: Chris Rizzitello [email protected]