Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudochkin-victor/libseaside
https://github.com/dudochkin-victor/libseaside
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudochkin-victor/libseaside
- Owner: dudochkin-victor
- License: apache-2.0
- Created: 2013-05-15T05:45:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T19:13:39.000Z (over 11 years ago)
- Last Synced: 2023-03-13T14:57:18.797Z (over 1 year ago)
- Language: C++
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Add this to your application's conf file to squash complaints about no view
for SeasideListItem:[SeasideListItem]
default = MWidgetViewThe following are styles I tested with for using SeasideList, making it match
other People app stuff. You can find card-bg.png in the meego-handset-people
project.#SeasideListItem {
background-image: card-bg 0 0 0 2;
padding-top: 0.5mm;
padding-right: 0.5mm;
padding-bottom: 0.5mm;
padding-left: 0.5mm;
}#SeasideListItemThumbnail {
margin-top: 8;
margin-right: 8;
margin-bottom: 8;
margin-left: 8;
border-color: gray;
border-top: 2;
border-right: 2;
border-bottom: 2;
border-left: 2;
}#SeasideListItemName {
color: #667786;
pressed-color: black;
font: "Droid Sans" 24;
font-weight: "bold";
text-align: "left";
vertical-align: "center";
padding-top: 0.5mm;
padding-right: 0.5mm;
padding-bottom: 0.5mm;
padding-left: 0.5mm;
}