guestbook #43
Replies: 19 comments
-
我是小喷泉,支持老大新的blog. |
Beta Was this translation helpful? Give feedback.
-
感谢大佬们的教程blog |
Beta Was this translation helpful? Give feedback.
-
github全部Fork了,支持老大出个自定义QLabel控件实现像h5的广告轮播效果 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/PyQt5/PyQt/blob/master/QPropertyAnimation/PageSwitching.py |
Beta Was this translation helpful? Give feedback.
-
微信小程序是怎么实现的?有Github开源嘛 :) |
Beta Was this translation helpful? Give feedback.
-
这个暂时没有开源哦,利用小程序的一些ui模板+ github 的api接口就可以了 |
Beta Was this translation helpful? Give feedback.
-
非常有用,感谢老大.
用PyQt5开发的程序怎么打包成有安装向导的程序呀。我使用Pyinstaller打包,然后用setupfactory总是出现各种错误。要不就是到别的电脑就无法打开什么都不提示。这最后一步始终搞得乱七八糟
在 2019-08-08 23:59:34,"ヽoo悾絔℅o。" <[email protected]> 写道:
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.
|
Beta Was this translation helpful? Give feedback.
-
pyinstaller 打包有各种各样的情况问题,具体结合官网issues和https://github.com/PyQt5/PyQt/issues 和百度上的教程解决 |
Beta Was this translation helpful? Give feedback.
-
感谢大佬的分享开源。不知道能否用PyQt做中国地图,不使用嵌入html的形式,支持出教程 |
Beta Was this translation helpful? Give feedback.
-
因为只看到一个显示世界地图。最近做一些数据可视化就想到能否显示中国地图并在上面描点,鼠标交互。简直不要太棒 |
Beta Was this translation helpful? Give feedback.
-
大佬您好,我最近遇到了一个问题,我在ubuntu上面打开我的PYQT程序,出现Qt WebEngine ICU data not found at /home/qt/work/install/resources. Trying parent directory... |
Beta Was this translation helpful? Give feedback.
-
如果你安装了Qt 去Qt目录里搜索qtwebengine_resources这种东西 |
Beta Was this translation helpful? Give feedback.
-
可是这个我是要给客户使用的,没道理让客户自己再去复制这些文件到自己的机子上...另外Ubuntu上面我打开我的程序里的选择文件窗口或者保存文件窗口,它就会报这个错误..Gtk-Message: 14:29:12.239: GtkDialog mapped without a transient parent. This is discouraged,很气啊,这个原因又是什么呢 |
Beta Was this translation helpful? Give feedback.
-
@niuzhenjiang |
Beta Was this translation helpful? Give feedback.
-
我用的是pyside2,并且我发给客户的包里 百分百是包含了这些文件的,但是不知道为什么,终端会按照这个路径去搜索文件,不在我的包里搜索。然后刚才我又试了一遍,关闭程序的时候终端会报:段错误 (核心已转储),ubuntu好坑爹啊 |
Beta Was this translation helpful? Give feedback.
-
为什么要将.ui文件转化为.py文件呢 直接加载ui文件和调用py文件 有什么差距呢 |
Beta Was this translation helpful? Give feedback.
-
有多种方式加载UI |
Beta Was this translation helpful? Give feedback.
-
https://pyqt5.com/guestbook/
Coding Changes the World
Beta Was this translation helpful? Give feedback.
All reactions