#pyqt | Logs for 2019-02-13
Back
[00:53:19] -!- kushal has quit [Remote host closed the connection]
[00:53:35] -!- kushal has joined #pyqt
[02:15:02] -!- oprypin has quit [Quit: No Ping reply in 180 seconds.]
[03:40:25] -!- BPL has joined #pyqt
[04:01:32] -!- themba has parted #pyqt
[04:55:22] -!- n1` has joined #pyqt
[07:12:58] -!- n1` has quit [Ping timeout: 244 seconds]
[08:22:47] -!- Siecje has joined #pyqt
[11:21:16] -!- AbleBacon has joined #pyqt
[13:08:46] -!- _AleX_ has joined #pyqt
[15:45:13] -!- n1` has joined #pyqt
[15:46:16] <n1`> i have simple app... shows icon in tray. On linux - ok. On Windows - no icon at all. Is there something who i might be missing out?
[15:46:57] <n1`> (looking for some known issue)
[15:49:50] * n1` uses qt5
[16:15:00] -!- n1` has quit [Ping timeout: 246 seconds]
[16:17:00] -!- n1` has joined #pyqt
[16:31:24] -!- Siecje has parted #pyqt
[16:39:30] -!- mintograde has joined #pyqt
[17:21:57] <The-Compiler> n1`: so you do use PyQt? What Qt version?
[17:22:14] <n1`> 5
[17:43:29] <Avaris> n1`: works for me
[17:43:46] <n1`> Avaris: cna you upload your sample?
[17:43:52] <Avaris> sure
[17:43:56] <Avaris> https://dpaste.de
[17:44:48] <n1`> thx i will try tomorrow
[17:45:00] <Avaris> you should get a qt logo as icon
[17:46:01] <n1`> i set my custom icon in .ico format
[17:46:06] <n1`> might that be an issue?
[17:47:03] <Avaris> you might not have the plugin on windows
[17:47:23] <Avaris> can you see the icon elsewhere if you set? say, a qpushbutton
[17:48:36] <Avaris> `print(QtGui.QImageReader.supportedImageFormats())` somewhere and check if .ico is supported
[17:48:54] <n1`> ah cool... thats good idea
[17:49:34] <n1`> and by "plugin" you mean what exactly?
[17:49:45] <n1`> i thought qt is complex
[17:50:01] <n1`> like if it works on linux it should be handled on win too
[17:58:33] <Avaris> image formats are supported with plugins. depends how (py)qt was built
[18:01:19] <n1`> ah...ok
[18:02:05] <n1`> well...i use the same ico for the exe icon i build with pyinstaller...and ir works on win... the exe has the icon
[18:02:25] <n1`> but that might not be connected with qt itself
[18:08:39] -!- BPL has quit [Quit: Leaving]
[18:20:07] -!- n1` has quit [Ping timeout: 240 seconds]
[19:31:39] -!- AbleBacon has quit [Quit: Leaving]
[23:48:36] -!- mintograde has quit [Ping timeout: 246 seconds]