Skip to content

Instantly share code, notes, and snippets.

View sunilk-n's full-sized avatar
🎯
Focusing

Sunil Kumar Nerella sunilk-n

🎯
Focusing
View GitHub Profile
@sunilk-n
sunilk-n / pyQtTableView.py
Last active December 19, 2017 10:25
Listing all the path objects and inserting items to QTableView with styling
from PySide import QtCore, QtGui
import sys
import os
import re
class Application (QtGui.QMainWindow):
def __init__(self, parent=None):
super(Application, self).__init__(parent)
self.setGeometry(50, 50, 500, 500)
style = """QTableView{