L-Super

Results 64 comments of L-Super

> 我也碰到这个问题,有初步的怀疑原因吗? 当时怀疑是没有实现打印功能

> 是没实现,实现这个接口就好了:/// /// Implement this interface to handle printing on Linux. Each browser will have /// only one print job in progress at a time. The methods of this class...

使用Ubuntu是正常的,因为使用的ibus框架,Deepin/UOS使用的是fctix。 在调试过程中,当输入法为中文时,按下字母按键时,Ubuntu可以进入`QCefView::keyPressEvent(QKeyEvent* event)`事件,并发送key char event。但是Deepin/UOS则没有进入`QCefView::keyPressEvent(QKeyEvent* event)`,不确定是否是这里的问题

> 这个问题的原因是输入法正常情况有一个预先上屏功能,但是某些输入法没有提供,所以有这个问题,可以尝试虚拟上屏,就是把上次输入的内容作为预上屏内容发给浏览器,效果很好,代码如下; > > void > QCefViewPrivate::onViewInputMethodEvent(QInputMethodEvent* event) > { > if (isOSRModeEnabled_) { > // OSR mode > if (!pCefBrowser_) > return; > > auto composingText = event->preeditString(); >...

我也是罗技304,但跟鼠标应该没关系。我之前没事,最近就开始时不时反向滚动,比如向下滚动网页,但是向上滚动一点,频率挺高的,我尝试关闭翻转方向再开启后,似乎恢复正常了。

I used `create-dmg` to create an [actions](https://github.com/L-Super/create-dmg-actons), but there is an error here. ``` /opt/homebrew/bin/create-dmg --volname QtTestRepo-v0.0.0 --background bg.svg --window-pos [20](https://github.com/L-Super/QtTestRepo/actions/runs/9426244581/job/25968926517#step:8:21)0 120 --window-size 660 400 --icon-size 100 --icon QtTestRepo-v0.0.0.app 160...

> > Perhaps, it's because the remote server doesn't have a GUI? > > Hmmm. Makes sense intuitively. I don't really know how GitHub Actions on macOS, or other sorts...

perhaps other people's mistakes are the same as mine.

> > By the way, the --icon only requires the file name(QtTemplate.app), not the absolute path (/Users/runner/work/QtTestRepo/QtTestRepo/build/src/QtTemplate.app). > > Oh! If that was the cause, create-dmg should probably be able...