add socketFlush, tcpSocketStartTLS and luaEngineTLSAvailable

This commit is contained in:
Syping 2020-07-04 14:03:37 +02:00
parent 3daf9e69a9
commit 536ca5e539
3 changed files with 66 additions and 4 deletions

View file

@ -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)