摘要:
故事背景:需要把"Apr 12 01:03:17 2023 GMT"转化为"yyyy年MM月dd日 hh:mm:ss",直接看代码 QString gtm_time = "Apr 12 01:03:17 2023 GMT"; QLocale locale = QLocale::English; QD 阅读全文
摘要:
重载QProxyStyle的paint函数,过滤焦点 // 解决QTableWidget选中单元格有虚框的问题 class MyProxyStyle : public QProxyStyle { public: virtual void drawPrimitive(PrimitiveElement 阅读全文