Searched refs:pItem (Results 1 – 3 of 3) sorted by relevance
57 …QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(W_ICONSIZE,H_ICONSIZE)))… in slave_PictureWidget() local58 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in slave_PictureWidget()59 ui->listWidget_file->addItem(pItem); in slave_PictureWidget()
294 …QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(W_ICONSIZE,H_ICONSIZE)))… in show_file_by_iconview() local295 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in show_file_by_iconview()296 ui->listWidget_file->addItem(pItem); in show_file_by_iconview()316 … QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(20,20))),tempFileName); in show_file_by_listview() local317 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in show_file_by_listview()318 ui->listWidget_file->addItem(pItem); in show_file_by_listview()
799 SwapColorItem(xColorItem * pItem) in SwapColorItem() argument801 swapl(&pItem->pixel); in SwapColorItem()802 swaps(&pItem->red); in SwapColorItem()803 swaps(&pItem->green); in SwapColorItem()804 swaps(&pItem->blue); in SwapColorItem()811 xColorItem *pItem; in SProcStoreColors() local817 pItem = (xColorItem *) &stuff[1]; in SProcStoreColors()819 SwapColorItem(pItem++); in SProcStoreColors()