Bringer-of-Light

Results 16 comments of Bringer-of-Light

Still don't know how to fix this issue. It is relative to the Qt Event System, and looks like that this issue is unsolveable.

@jiakuan I believe you can show these system menu using shortcut "Alt+Space". But I‘m not sure how to add the same support using mouse right click.

去掉WS_CAPTION,虽然可以避免最大化时setContentsMargins()的需要,但会引发一些难以预料的问题。 “win10上的文件浏览器,拖动菜单栏到顶部触发的并不是全屏化”,这是正常的,所有默认的windows窗口,都是这样的...

这种问题我也没有精力一一测试,应该还有很多跟size、rect相关的小问题,但是并不影响使用,只能建议你,最好全部使用Qt Layout Management自动管理窗口布局,不要硬编码布局。 Many potential size-like/rect-like issues may still remain under cover, to avoid all this annoying issues, the best practice is to use Qt Layout Management instead of hard-code...

@superlittlebinbin sorry, never test with qml yet...

Sorry, I'm not familiar with QGraphicsView. But if you put your core code (and dev environment) here, maybe I can offer some advise.

> I just forgot this problem, but I just come to it again ... so ... the problem is not the QGraphicsView but the openGl... if you had a widget...

@yunhui0501 提现之前

@ohld @Junbin-Hao #### 我的编译方法,请看README最后面 [https://github.com/Bringer-of-Light/viabtc_exchange_server ](https://github.com/Bringer-of-Light/viabtc_exchange_server) - 在ubuntu 14.04x64上全部编译成功,修改了accessws的makefile,调整了-lcurl的顺序,把它放到-lssl之前 - 在ubuntu 16.04x64上matchengine及readhistory编译失败,其他的可以编译成功,错误原因看起来跟libmysqlclient及gcc有关,找不到new,delete等大量的符号,libmysqlclient是c++的项目,而viabtc是c项目,暂时未找到解决方法 #### Here is my solution, scroll down to the page end: **Build on Ubuntu14.04x64** [https://github.com/Bringer-of-Light/viabtc_exchange_server ](https://github.com/Bringer-of-Light/viabtc_exchange_server) - all...