Skip to content

Instantly share code, notes, and snippets.

@Banhtalon
Banhtalon / gist:9342431f138a08cd66e77e9d1a8e87e3
Created May 8, 2026 02:06
<Python>Giao diện python Gui cơ bản
# Khai báo thư viện cần thiết
import sys
from PyQt6.QtWidgets import QMainWindow, QApplication, QMessageBox, QTableWidgetItem, QHeaderView
from PyQt6 import QtWidgets, uic
# ---------------------------------------------------------
# LỚP GIAO DIỆN CHÍNH
# ---------------------------------------------------------
class giaoDienDangNhap(QMainWindow):
def __init__(self):