Skip to content
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

UI/QT warnings #72

Open
dexX7 opened this issue May 20, 2015 · 3 comments
Open

UI/QT warnings #72

dexX7 opened this issue May 20, 2015 · 3 comments

Comments

@dexX7
Copy link

dexX7 commented May 20, 2015

Stumbled upon this in the debug.log:

GUI: Object::connect: No such signal QWidget::message(QString,QString,unsigned int) in qt/walletview.cpp:137
GUI: Object::connect: No such slot OverviewPage::updateAlerts(QString) in qt/overviewpage.cpp:364
GUI: Object::connect:  (receiver name: 'OverviewPage')

And when building after cleaning:

qt/forms/lookupspdialog.ui: Warning: Z-order assignment: '' is not a valid widget.
qt/forms/lookupspdialog.ui: Warning: Z-order assignment: '' is not a valid widget.
@zathras-crypto
Copy link
Owner

Stumbled upon this in the debug.log:

Ahh nice - good catch. OK so:

GUI: Object::connect: No such signal QWidget::message(QString,QString,unsigned int) in qt/walletview.cpp:137

This is due to my moving the original bitcoin send dialog into a tab - fixed by directing the signal to the new tab instead of the original page (05e0e81)

GUI: Object::connect: No such slot OverviewPage::updateAlerts(QString) in qt/overviewpage.cpp:364
GUI: Object::connect:  (receiver name: 'OverviewPage')

This is due to the fact updateAlerts() no longer takes a string parameter - I must have missed updating the slot - fixed in 9f47020

qt/forms/lookupspdialog.ui: Warning: Z-order assignment: '' is not a valid widget.

Looks like some extraneous zorder directives have gotten in here somehow - perhaps I did something weird when designing that form - fixed in a0f081c

Thanks again dude!!! :)

@dexX7
Copy link
Author

dexX7 commented May 22, 2015

A few of the following lines are printed to the debug file, after generating a block:

GUI: QTableWidget: cannot insert an item that is already owned by another QTableWidget

State: after running the regtests. It also appears, if all Omni transactions are confirmed.

It is not triggered by simple sends, and also not when creating new trades.

But it is triggered, when cancelling trades.

@zathras-crypto
Copy link
Owner

OK great, thanks for the heads up - I'll take a look once I get through with rewriting populateRPCTransactionObject()

zathras-crypto pushed a commit that referenced this issue Jun 3, 2015
55fd30f Fix bad link in README.md, reflect current project status (dexX7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants