mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-10 02:36:28 +02:00
add socketFlush, tcpSocketStartTLS and luaEngineTLSAvailable
This commit is contained in:
parent
3daf9e69a9
commit
536ca5e539
3 changed files with 66 additions and 4 deletions
|
@ -75,6 +75,11 @@ function main()
|
|||
createLabel("Right", imagesLayout)
|
||||
createSpacerItem(SizePolicyExpanding, SizePolicyMinimum, imagesLayout)
|
||||
|
||||
-- Third Tab
|
||||
local thirdTab = createWidgetTab("Third Tab", tabBar)
|
||||
local thirdTabLayout = createLayout(VerticalLayout, thirdTab)
|
||||
createLabel("<b>The Third Tab is here!</b>", thirdTabLayout)
|
||||
|
||||
-- Last Tab
|
||||
local lastTab = createWidgetTab("Last Tab", tabBar)
|
||||
local lastTabLayout = createLayout(HorizontalLayout, lastTab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue