From the course: Rapid Application Development with Python

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Construct the application skeleton

Construct the application skeleton - Python Tutorial

From the course: Rapid Application Development with Python

Start my 1-month free trial

Construct the application skeleton

- [Instructor] We've got our application foundation, so let's start to construct the application skeleton on the main tab. The first thing I'll do is click on the left hand sizer in the widgets pane, and then click on the main notebook tab. I'll make it a vertical sizer and increase the number of slots to four. We now have our basic structure. The top and bottom slots are for text, so I'll just put a placeholder in here for them. I'll click on the left most of the static widgets and click on the top slot, I'll do the same for the bottom slot. I'll also put a line place holder in the third slot by selecting the line widget which is the third entry in the static row. And clicking on the third slot, I'll keep the horizontal default. Now we need to break down the remaining slot into three horizontal areas, I'll select the left hand sizer, click on the slot and increase the slots to three. We know we're going to be…

Contents