Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

guestbook#43

Apr 30, 2019· 19 comments
Discussion options

https://pyqt5.com/guestbook/

Coding Changes the World

You must be logged in to vote

Replies: 19 comments

Comment options

892768447
Apr 30, 2019
Maintainer Author

沙发

You must be logged in to vote
0 replies
Comment options

我是小喷泉,支持老大新的blog.

You must be logged in to vote
0 replies
Comment options

感谢大佬们的教程blog

You must be logged in to vote
0 replies
Comment options

感谢大佬的教程

You must be logged in to vote
0 replies
Comment options

github全部Fork了,支持老大出个自定义QLabel控件实现像h5的广告轮播效果

You must be logged in to vote
0 replies
Comment options

892768447
Aug 8, 2019
Maintainer Author

github全部Fork了,支持老大出个自定义QLabel控件实现像h5的广告轮播效果

https://github.com/PyQt5/PyQt/blob/master/QPropertyAnimation/PageSwitching.py

You must be logged in to vote
0 replies
Comment options

微信小程序是怎么实现的?有Github开源嘛 :)

You must be logged in to vote
0 replies
Comment options

892768447
Aug 9, 2019
Maintainer Author

微信小程序是怎么实现的?有Github开源嘛 :)

这个暂时没有开源哦,利用小程序的一些ui模板+ github 的api接口就可以了

You must be logged in to vote
0 replies
Comment options

非常有用,感谢老大.用PyQt5开发的程序怎么打包成有安装向导的程序呀。我使用Pyinstaller打包,然后用setupfactory总是出现各种错误。要不就是到别的电脑就无法打开什么都不提示。这最后一步始终搞得乱七八糟在 2019-08-08 23:59:34,"ヽoo悾絔℅o。" <notifications@github.com> 写道:github全部Fork了,支持老大出个自定义QLabel控件实现像h5的广告轮播效果https://github.com/PyQt5/PyQt/blob/master/QPropertyAnimation/PageSwitching.py—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
You must be logged in to vote
0 replies
Comment options

892768447
Sep 17, 2019
Maintainer Author

非常有用,感谢老大. 用PyQt5开发的程序怎么打包成有安装向导的程序呀。我使用Pyinstaller打包,然后用setupfactory总是出现各种错误。要不就是到别的电脑就无法打开什么都不提示。这最后一步始终搞得乱七八糟 在 2019-08-08 23:59:34,"ヽoo悾絔℅o。"notifications@github.com 写道: github全部Fork了,支持老大出个自定义QLabel控件实现像h5的广告轮播效果https://github.com/PyQt5/PyQt/blob/master/QPropertyAnimation/PageSwitching.py — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

pyinstaller 打包有各种各样的情况问题,具体结合官网issues和https://github.com/PyQt5/PyQt/issues 和百度上的教程解决

You must be logged in to vote
0 replies
Comment options

感谢大佬的分享开源。不知道能否用PyQt做中国地图,不使用嵌入html的形式,支持出教程

You must be logged in to vote
0 replies
Comment options

感谢大佬的分享开源。不知道能否用PyQt做中国地图,不使用嵌入html的形式,支持出教程

因为只看到一个显示世界地图。最近做一些数据可视化就想到能否显示中国地图并在上面描点,鼠标交互。简直不要太棒

You must be logged in to vote
0 replies
Comment options

大佬您好,我最近遇到了一个问题,我在ubuntu上面打开我的PYQT程序,出现Qt WebEngine ICU data not found at /home/qt/work/install/resources. Trying parent directory...
Qt WebEngine ICU data not found at /home/qt/work/install. Trying application directory...
Installed Qt WebEngine locales directory not found at location /home/qt/work/install/translations/qtwebengine_locales. Trying application directory...这种错误,大佬知道这个问题出在哪里吗?该如何解决呢?

You must be logged in to vote
0 replies
Comment options

892768447
Oct 16, 2019
Maintainer Author

qtwebengine_locales

如果你安装了Qt 去Qt目录里搜索qtwebengine_resources这种东西
找到后复制到你上面报错的路径里/home/qt/work/install/resources

比如windows上
QQ截图20191016142626
QQ截图20191016142641

You must be logged in to vote
0 replies
Comment options

@892768447

qtwebengine_locales

如果你安装了Qt 去Qt目录里搜索qtwebengine_resources这种东西
找到后复制到你上面报错的路径里/home/qt/work/install/resources

比如windows上
QQ截图20191016142626
QQ截图20191016142641

可是这个我是要给客户使用的,没道理让客户自己再去复制这些文件到自己的机子上...另外Ubuntu上面我打开我的程序里的选择文件窗口或者保存文件窗口,它就会报这个错误..Gtk-Message: 14:29:12.239: GtkDialog mapped without a transient parent. This is discouraged,很气啊,这个原因又是什么呢

You must be logged in to vote
0 replies
Comment options

892768447
Oct 16, 2019
Maintainer Author

@niuzhenjiang
1、gtk的错误不用管它
2、你要给用户用。你发给用户之前的包里就加进去

You must be logged in to vote
0 replies
Comment options

@892768447
@niuzhenjiang
1、gtk的错误不用管它
2、你要给用户用。你发给用户之前的包里就加进去

我用的是pyside2,并且我发给客户的包里 百分百是包含了这些文件的,但是不知道为什么,终端会按照这个路径去搜索文件,不在我的包里搜索。然后刚才我又试了一遍,关闭程序的时候终端会报:段错误 (核心已转储),ubuntu好坑爹啊

You must be logged in to vote
0 replies
Comment options

为什么要将.ui文件转化为.py文件呢 直接加载ui文件和调用py文件 有什么差距呢

You must be logged in to vote
0 replies
Comment options

892768447
Jan 26, 2021
Maintainer Author

为什么要将.ui文件转化为.py文件呢 直接加载ui文件和调用py文件 有什么差距呢

有多种方式加载UI
1、直接加载UI,这样可以方便动态加载,但是缺点如果UI中的控件名字改变则会导致程序中代码引用变量异常。
2、通过转换为py文件则是解决上面的问题,但缺少了动态加载的优势,不过可以更好的提升编辑器变量智能提示

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
8 participants
@892768447@bingshilei@ldyivan@PureBulb@Mr-Second@zizle@niuzhenjiang@xiaohuihuitop
Converted from issue

This discussion was converted from issue #1 on October 08, 2023 05:45.


[8]ページ先頭

©2009-2025 Movatter.jp