project page it is not the list page there difrent
i finished up the project page
- list
- on the left there is a list that will hold all projects i am working on
- each list item holds 4 things
- picture/logo
- title
* short description of the project
* button to open a bigger description
- drecription
- this is a page that you quick ly see and be riminded of what your project does
- there is a title and picture at the top
- there is quick links to make feting to certent parts of your project easyer
- then there is a place where you can list all the featues and constraints you want
font.pointSize: parent.height - 15 > parent.width/ text.length ? parent.width/ text.length : parent.height - 15
this code snipit was something i wrote that makes it so that text auto scales withe the page i just thought it was cool
it works by setting the point size to the height but this would have not worked if the box gets to tall so what i did was to check if the width or height is small then do the smaller one and to check the width i devise the width by the text.lenghth
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.