#pyqt | Logs for 2018-11-26
Back
[00:48:25] -!- beeman has joined #pyqt
[01:53:07] -!- kallesbar has joined #pyqt
[02:57:34] -!- beeman has quit [Quit: Connection closed for inactivity]
[04:00:59] -!- Lauxley has joined #pyqt
[04:25:13] -!- altendky has quit [*.net *.split]
[04:25:14] -!- cypher has quit [*.net *.split]
[04:32:40] -!- cypher has joined #pyqt
[05:25:19] -!- anqxyr has joined #pyqt
[05:45:07] -!- anqxyr has quit [Ping timeout: 240 seconds]
[07:49:33] -!- SunyataZero has joined #pyqt
[08:56:23] -!- Siecje has joined #pyqt
[09:42:53] -!- toothrot has joined #pyqt
[09:44:11] -!- toothrot has quit [Client Quit]
[09:50:08] -!- toothrot has joined #pyqt
[09:56:46] -!- toothrot has quit [Ping timeout: 250 seconds]
[10:02:39] -!- saraf has joined #pyqt
[10:06:12] -!- beeman has joined #pyqt
[10:13:38] -!- saraf has quit [Quit: Leaving]
[10:40:19] -!- Lauxley has quit [Remote host closed the connection]
[11:00:46] -!- SunyataZero1 has joined #pyqt
[11:02:56] -!- SunyataZero has quit [Ping timeout: 272 seconds]
[11:02:57] SunyataZero1 is now known as SunyataZero
[12:05:21] -!- SunyataZero has quit [Ping timeout: 268 seconds]
[13:29:25] -!- Afrix has joined #pyqt
[13:56:35] -!- anqxyr has joined #pyqt
[16:30:15] -!- anqxyr has quit [Read error: Connection reset by peer]
[16:34:39] -!- ysangkok has joined #pyqt
[16:35:17] <ysangkok> if i call QAbstractItemModel.checkIndex with QtCore.QAbstractItemModel.CheckIndexOption.IndexIsValid, i get TypeError: an integer is required (got type CheckIndexOption)
[16:36:07] <ysangkok> if i call it with QtCore.QAbstractItemModel.CheckIndexOption.IndexIsValid.value, i get TypeError: checkIndex(self, QModelIndex, options: Union[QAbstractItemModel.CheckIndexOptions, QAbstractItemModel.CheckIndexOption] = QAbstractItemModel.CheckIndexOption.NoOption): argument 2 has unexpected type 'int
[16:36:13] <ysangkok> am i doing something stupid?
[16:51:29] -!- mintograde has joined #pyqt
[17:43:18] <The-Compiler> ysangkok: smells like a PyQt bug
[17:43:39] <ysangkok> well it works if i wrap it in CheckIndexOptions...
[17:43:45] <ysangkok> so at least there is a workaround
[17:43:57] <ysangkok> checkIndex is super new...
[17:44:02] <ysangkok> so the enum is too
[17:59:54] -!- Siecje has quit [Read error: Connection reset by peer]
[19:04:41] -!- Afrix has quit [Quit: Leaving]
[19:12:11] -!- minto has joined #pyqt
[19:14:03] -!- mintograde has quit [Ping timeout: 246 seconds]
[19:42:40] -!- mintograde has joined #pyqt
[19:45:40] -!- minto has quit [Ping timeout: 250 seconds]
[20:15:25] -!- beeman has quit [Quit: Connection closed for inactivity]
[21:29:45] -!- mandeep has joined #pyqt
[21:30:15] -!- mandeep has quit [Max SendQ exceeded]
[21:30:36] -!- mandeep has joined #pyqt
[21:35:43] -!- lbittencourt__ has joined #pyqt
[21:36:37] <lbittencourt__> Anyone around? I have a question
[22:01:25] -!- lbittencourt__ has quit [Quit: Page closed]
[22:02:11] -!- lbittencourt has joined #pyqt
[22:09:06] -!- mintograde has quit [Ping timeout: 250 seconds]
[22:41:34] <meejah> lbittencourt: best to just ask (and then idle in the channel until someone is around to answer)
[23:05:29] -!- kallesbar has quit [Quit: Konversation terminated!]
[23:13:38] -!- mandeep has quit [Quit: Leaving]
[23:33:24] <lbittencourt> Anyone knows how can I access each pixel in a QPixmap?