mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.reference
This commit is contained in:
parent
db35e0bbf9
commit
0fb4b1532a
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ using namespace Upp;
|
|||
PostgreSQLTest::PostgreSQLTest()
|
||||
{
|
||||
CtrlLayout(*this, "PostgreSQL Test");
|
||||
m_refresh <<= THISFN(ShowTestData);
|
||||
m_refresh << THISFN(ShowTestData);
|
||||
m_array.SetTable(TESTPARTNER);
|
||||
m_array.AddKey(TESTPARTNER_ID);
|
||||
m_array.AddColumn(TESTPARTNER_NAME, "Name");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
LAYOUT(PostgreSQLTestLayout, 416, 348)
|
||||
ITEM(SqlArray, m_array, HSizePosZ(8, 88).VSizePosZ(8, 8))
|
||||
ITEM(Button, m_refresh, SetLabel(t_("Refresh")).Tip(t_("Refresh data in array")).RightPosZ(8, 72).TopPosZ(8, 24))
|
||||
ITEM(Upp::Button, m_refresh, SetLabel(t_("Refresh")).Tip(t_("Refresh data in array")).RightPosZ(8, 72).TopPosZ(8, 24))
|
||||
END_LAYOUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue