defron / ISSAMemberManager

Mozilla Public License 2.0
2 stars 14 forks source link

Start learning PySide/PyQT #15

Open defron opened 9 years ago

defron commented 9 years ago

https://wiki.qt.io/Category:LanguageBindings::PySide (LGPL, QT 4.8)

https://wiki.python.org/moin/PyQt (GPL QT 5)

defron commented 8 years ago

@jvpink200

GUI prototype

1 - Menu bar with basic menu functions (file -> open database, etc) 2 - tabs with different common tables as the title (members, officers, etc) 3 - Tables with custom column headers on the different tabs relevant to those entities 4 - Edit button that triggers popup window 5 - Second form with some basic fields that can be used for editing

jvpink200 commented 8 years ago

Okay, just send me an email of php resources please.

On Sat, Jul 18, 2015 at 11:28 AM, Kevin Thomer notifications@github.com wrote:

@jvpink200 https://github.com/jvpink200

GUI prototype

1 - Menu bar with basic menu functions (file -> open database, etc) 2 - tabs with different common tables as the title (members, officers, etc) 3 - Tables with custom column headers on the different tabs relevant to those entities 4 - Edit button that triggers popup window 5 - Second form with some basic fields that can be used for editing

— Reply to this email directly or view it on GitHub https://github.com/defron/ISSAMemberManager/issues/15#issuecomment-122575337 .

defron commented 8 years ago

http://stackoverflow.com/questions/2398800/linking-a-qtdesigner-ui-file-to-python-pyqt @jvpink200