?? all_tags.cix
字號(hào):
<?xml version="1.0" ?>
<xdma>
<config type="demo" version="1" description="Demo Config" />
<widget>
<label>File Name</label>
<description>Name of the file</description>
<value></value>
<tag_name>FileName</tag_name>
<type formelement="lineedit">
<type_conf>
<maxlength>2000</maxlength>
</type_conf>
</type>
</widget>
<widget>
<label>Species</label>
<description>Name of the species under experiment</description>
<type formelement="combobox">
<type_conf>
<item>cat</item>
<item>mouse</item>
<item>squirel</item>
</type_conf>
</type>
<value>cat</value>
<tag_name>species</tag_name>
<db table="species" field="name" value="id" />
</widget>
<widget>
<label>Animal ID</label>
<description>ID is a number</description>
<type formelement="spinbox">
<type_conf>
<minvalue>10</minvalue>
<maxvalue>100000</maxvalue>
<singlestep>2</singlestep>
<prefix>bio_lab </prefix>
<suffix> num</suffix>
</type_conf>
</type>
<value>0</value>
<tag_name>animal_id</tag_name>
</widget>
<widget>
<label>amount of GFAP</label>
<description>amount is a real number in mol</description>
<type formelement="doublespinbox">
<type_conf>
<minvalue>0.4</minvalue>
<maxvalue>2.3</maxvalue>
<singlestep>0.01</singlestep>
<decimals>2</decimals>
<prefix>gfap </prefix>
<suffix> mg</suffix>
</type_conf>
</type>
<value>0</value>
<tag_name>amount_gfap</tag_name>
</widget>
<widget>
<label>Experiment date/time</label>
<description>date and time</description>
<type formelement="datetimeedit"></type>
<tag_name>experiment_date_time</tag_name>
<value autofill="date_time"></value>
</widget>
<widget>
<label>Sample preparation date</label>
<description>Date</description>
<type formelement="dateedit"></type>
<tag_name>sample_preparation_date</tag_name>
</widget>
<widget>
<label>Imaging time</label>
<description>time</description>
<type formelement="timeedit"></type>
<tag_name>imaging_time</tag_name>
</widget>
<widget>
<label>Notes</label>
<description>Any text you wish to add describing the image</description>
<type formelement="textedit"></type>
<value>Initial text</value>
<tag_name>notes</tag_name>
</widget>
<widget>
<tag_name>microtubute_track_file</tag_name>
<label>Microtubute tracks</label>
<description>Additional files to be uploaded to the server</description>
<value></value>
<type formelement="files">
<type_conf>
<maxfiles>0</maxfiles>
<filters>Images (*.png *.tif *.jpg);;Text files (*.txt);;XML files (*.xml)</filters>
</type_conf>
</type>
</widget>
</xdma>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -